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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
UTF-8 | 횒횤철쨈철쨈P | 11101101100110101001001011101101100110101010010011101100101100101010000011101100101010001000100011101100101100101010000011101100101010001000100001010000 | ed9a92ed9aa4ecb2a0eca888ecb2a0eca88850 |
UHC | 횒횤철쨈철쨈P | 11000011100011011100001110011011110000111011011011000010101101001100001110110110110000101011010001010000 | c38dc39bc3b6c2b4c3b6c2b450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)