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 | 螟戊舉 | 111001011010010010010101111010001001110110101000 | e5a495e89da8 |
EUC-JP | 螟戊舉 | 111010101010011011001010111010101101101010101010 | eaa6caeadaaa |
UTF-8 | 螟戊舉 | 111010001001111010011111111001101000100010001010111010001000100010001001 | e89e9fe6888ae88889 |
UHC | 螟戊? | 1101100110101101110110011110011000111111 | d9add9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)