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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 챠챰쨩챈혲혰h | 11101100101100011010000011101100101100011011000011101100101010001010100111101100101100011000100011101101100110001011001011101101100110001011000001101000 | ecb1a0ecb1b0eca8a9ecb188ed98b2ed98b068 |
UHC | 챠챰쨩챈혲혰h | 11000011101011011100001110110001110000101011101111000011101001101100001010011001110000101001011101101000 | c3adc3b1c2bbc3a6c299c29768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)