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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 衙? | 111001011100100100111111 | e5c93f |
EUC-JP | 衙潚 | 1110101011001011100011111100100011011010 | eacb8fc8da |
UTF-8 | 衙潚 | 111010001010000110011001111001101011110110011010 | e8a199e6bd9a |
UHC | 衙潚 | 11100100101101111110001011011000 | e4b7e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)