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 | 綏♀宇 | 111000110101011010000001100010101000100101000110 | e356818a8946 |
EUC-JP | 綏♀宇 | 111001011011011110100001111010101011000110100111 | e5b7a1eab1a7 |
UTF-8 | 綏♀宇 | 111001111011011010001111111000101001100110000000111001011010111010000111 | e7b68fe29980e5ae87 |
UHC | 綏♀宇 | 111000101011011110100001110011111110100111010100 | e2b7a1cfe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)