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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 揶???? | 100111011000100000111111001111110011111100111111 | 9d883f3f3f3f |
EUC-JP | 揶??馹? | 1101100111101000001111110011111110001111111010011010000100111111 | d9e83f3f8fe9a13f |
UTF-8 | 揶쏄쐼馹켃 | 111001101000111110110110111011001000111110000100111011001001000010111100111010011010011010111001111011001011110010000011 | e68fb6ec8f84ec90bce9a6b9ecbc83 |
UHC | 揶쏄쐼馹켃 | 11100101101010101001101111101010101111101010001011101100111100011011000101000010 | e5aa9beabea2ecf1b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)