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 | 螢] | 1110010110100011111101101101010001011101 | e5a3f6d45d |
EUC-JP | 螢?] | 11101010101001010011111101011101 | eaa53f5d |
UTF-8 | 螢] | 11101000100111101010001011101110100100111011101101011101 | e89ea2ee93bb5d |
UHC | 螢?] | 11111011101010110011111101011101 | fbab3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)