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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
EUC-JP | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
UTF-8 | 채챠짹챔쨉짝t | 11101100101100011000010011101100101100011010000011101100101001111011100111101100101100011001010011101100101010001000100111101100101001111001110101110100 | ecb184ecb1a0eca7b9ecb194eca889eca79d74 |
UHC | 채챠짹챔쨉짝t | 11000011101001001100001110101101110000101011000111000011101010001100001010110101110000101010011001110100 | c3a4c3adc2b1c3a8c2b5c2a674 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)