To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??A??gF | 00111111001111110100000100111111001111110110011101000110 | 3f3f413f3f6746 |
SJIS-WIN | ??A??gF | 00111111001111110100000100111111001111110110011101000110 | 3f3f413f3f6746 |
EUC-JP | ??A??gF | 00111111001111110100000100111111001111110110011101000110 | 3f3f413f3f6746 |
UTF-8 | 횂혘A횄짖gF | 111011011001101010000010111011011001100010011000010000011110110110011010100001001110110010100111100101100110011101000110 | ed9a82ed989841ed9a84eca7966746 |
UHC | 횂혘A횄짖gF | 1100001110000010110000101000001101000001110000111000001111000010101000100110011101000110 | c382c28341c383c2a26746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)