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 | 壌? | 100011111110101100111111 | 8feb3f |
EUC-JP | 壌槗 | 1011111011101101100011111100010011101001 | beed8fc4e9 |
UTF-8 | 壌槗 | 111001011010001110001100111001101010011110010111 | e5a38ce6a797 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)