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 | 衙? | 111010101100101100111111 | eacb3f |
UTF-8 | 衙펨 | 111010001010000110011001111011011000111010101000 | e8a199ed8ea8 |
UHC | 衙펨 | 11100100101101111100011011101000 | e4b7c6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)