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?????? | 0011111101000011001111110011111100111111001111110011111100111111 | 3f433f3f3f3f3f3f |
SJIS-WIN | ?C?????? | 0011111101000011001111110011111100111111001111110011111100111111 | 3f433f3f3f3f3f3f |
EUC-JP | ?C?????? | 0011111101000011001111110011111100111111001111110011111100111111 | 3f433f3f3f3f3f3f |
UTF-8 | 체C혦짹청횚횙짠 | 11101100101100101011010001000011111011011001100010100110111011001010011110111001111011001011001010101101111011011001101010011010111011011001101010011001111011001010011110100000 | ecb2b443ed98a6eca7b9ecb2aded9a9aed9a99eca7a0 |
UHC | 체C혦짹청횚횙짠 | 110000111011110001000011110000101000111011000010101100011100001110111011110000111001010011000011100100111100001010100111 | c3bc43c28ec2b1c3bbc394c393c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)