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 | 1110110010101001100100001110110110011010100101111110110010110001100101001110110010110001101010000100001001000110 | eca990ed9a97ecb194ecb1a84246 |
UHC | 쩐횗챔챨BF | 11000010101111101100001110010001110000111010100011000011101100000100001001000110 | c2bec391c3a8c3b04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)