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 | ??E??BF | 00111111001111110100010100111111001111110100001001000110 | 3f3f453f3f4246 |
SJIS-WIN | ??E??BF | 00111111001111110100010100111111001111110100001001000110 | 3f3f453f3f4246 |
EUC-JP | ??E??BF | 00111111001111110100010100111111001111110100001001000110 | 3f3f453f3f4246 |
UTF-8 | 횄쨩E횂짚BF | 111011011001101010000100111011001010100010101001010001011110110110011010100000101110110010100111100110100100001001000110 | ed9a84eca8a945ed9a82eca79a4246 |
UHC | 횄쨩E횂짚BF | 1100001110000011110000101011101101000101110000111000001011000010101001000100001001000110 | c383c2bb45c382c2a44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)