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 | ??????n | 00111111001111110011111100111111001111110011111101101110 | 3f3f3f3f3f3f6e |
SJIS-WIN | ??????n | 00111111001111110011111100111111001111110011111101101110 | 3f3f3f3f3f3f6e |
EUC-JP | ??????n | 00111111001111110011111100111111001111110011111101101110 | 3f3f3f3f3f3f6e |
UTF-8 | 책혖짼챔혝짧n | 11101100101100011000010111101101100110001001011011101100101001111011110011101100101100011001010011101101100110001001110111101100101001111010011101101110 | ecb185ed9896eca7bcecb194ed989deca7a76e |
UHC | 책혖짼챔혝짧n | 11000011101001011100001010000001110000101011001011000011101010001100001010000111110000101010101001101110 | c3a5c281c2b2c3a8c287c2aa6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)