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 | 鷲Γ | 10011000011010001000001110100001 | 986883a1 |
EUC-JP | 鷲Γ | 11001111110010011010011010100011 | cfc9a6a3 |
UTF-8 | 鷲Γ | 1110100110110111101100101100111010010011 | e9b7b2ce93 |
UHC | 鷲Γ | 11110110101011111010010111000011 | f6afa5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)