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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 螢砺] | 1110010110100011100100110111011001011101 | e5a393765d |
EUC-JP | 螢砺] | 1110101010100101110001011101011101011101 | eaa5c5d75d |
UTF-8 | 螢砺] | 11101000100111101010001011100111101000001011101001011101 | e89ea2e7a0ba5d |
UHC | 螢?] | 11111011101010110011111101011101 | fbab3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)