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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 챦처횘챌째쩍혦 | 111011001011000110100110111011001011001010011000111011011001101010011000111011001011000110001100111011001010011110111000111011001010100110001101111011011001100010100110 | ecb1a6ecb298ed9a98ecb18ceca7b8eca98ded98a6 |
UHC | 챦처횘챌째쩍혦 | 1100001110101111110000111011001111000011100100101100001110100111110000101011000011000010101111011100001010001110 | c3afc3b3c392c3a7c2b0c2bdc28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)