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?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
SJIS-WIN | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
EUC-JP | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
UTF-8 | 창횁천쨉체C횒횤 | 11101100101100001011110111101101100110101000000111101100101100101001110011101100101010001000100111101100101100101011010001000011111011011001101010010010111011011001101010100100 | ecb0bded9a81ecb29ceca889ecb2b443ed9a92ed9aa4 |
UHC | 창횁천쨉체C횒횤 | 110000111010001011000011100000011100001110110101110000101011010111000011101111000100001111000011100011011100001110011011 | c3a2c381c3b5c2b5c3bc43c38dc39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)