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 | 藉翠 | 11100101010100111001000010001001 | e5539089 |
EUC-JP | 藉翠 | 11101001101101001011111111101001 | e9b4bfe9 |
UTF-8 | 藉翠 | 111010001001011110001001111001111011111110100000 | e89789e7bfa0 |
UHC | 藉翠 | 11101101101111101111011010101000 | edbef6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)