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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 窈?窈?B | 11100010011101110011111111100010011101110011111101000010 | e2773fe2773f42 |
EUC-JP | 窈?窈?B | 11100011110110000011111111100011110110000011111101000010 | e3d83fe3d83f42 |
UTF-8 | 窈쪆窈쪆B | 11100111101010101000100011101100101010101000011011100111101010101000100011101100101010101000011001000010 | e7aa88ecaa86e7aa88ecaa8642 |
UHC | 窈쪆窈쪆B | 111010011010000110100101011110101110100110100001101001010111101001000010 | e9a1a57ae9a1a57a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)