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???? | 0011111100111111001111110100001100111111001111110011111100111111 | 3f3f3f433f3f3f3f |
SJIS-WIN | ???C???? | 0011111100111111001111110100001100111111001111110011111100111111 | 3f3f3f433f3f3f3f |
EUC-JP | ???C???? | 0011111100111111001111110100001100111111001111110011111100111111 | 3f3f3f433f3f3f3f |
UTF-8 | 챙철짧C챙철짤첸 | 11101100101100011001100111101100101100101010000011101100101001111010011101000011111011001011000110011001111011001011001010100000111011001010011110100100111011001011001010111000 | ecb199ecb2a0eca7a743ecb199ecb2a0eca7a4ecb2b8 |
UHC | 챙철짧C챙철짤첸 | 110000111010110011000011101101101100001010101010010000111100001110101100110000111011011011000010101010011100001110111110 | c3acc3b6c2aa43c3acc3b6c2a9c3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)