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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
UTF-8 | 횩횩짝째BF | 1110110110011010101010011110110110011010101010011110110010100111100111011110110010100111101110000100001001000110 | ed9aa9ed9aa9eca79deca7b84246 |
UHC | 횩횩짝째BF | 11000011100111111100001110011111110000101010011011000010101100000100001001000110 | c39fc39fc2a6c2b04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)