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 | ?????C? | 00111111001111110011111100111111001111110100001100111111 | 3f3f3f3f3f433f |
SJIS-WIN | ?????C? | 00111111001111110011111100111111001111110100001100111111 | 3f3f3f3f3f433f |
EUC-JP | ?????C? | 00111111001111110011111100111111001111110100001100111111 | 3f3f3f3f3f433f |
UTF-8 | 천쩍횙짰체C횦 | 11101100101100101001110011101100101010011000110111101101100110101001100111101100101001111011000011101100101100101011010001000011111011011001101010100110 | ecb29ceca98ded9a99eca7b0ecb2b443ed9aa6 |
UHC | 천쩍횙짰체C횦 | 11000011101101011100001010111101110000111001001111000010101011101100001110111100010000111100001110011101 | c3b5c2bdc393c2aec3bc43c39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)