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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐡癢搗 | 111010000110010011100001100110001001110110010001 | e864e1989d91 |
EUC-JP | 鐡癢搗 | 111011111100010111100001111110001101100111110001 | efc5e1f8d9f1 |
UTF-8 | 鐡癢搗 | 111010011001000010100001111001111001100110100010111001101001000010010111 | e990a1e799a2e69097 |
UHC | ??搗 | 00111111001111111101001111111101 | 3f3fd3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)