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 | 煽壽] | 1001000011111000100110101110011001011101 | 90f89ae65d |
EUC-JP | 煽壽] | 1100000011111010110101001110100001011101 | c0fad4e85d |
UTF-8 | 煽壽] | 11100111100001011011110111100101101000111011110101011101 | e785bde5a3bd5d |
UHC | 煽壽] | 1110000011000011111000011111100001011101 | e0c3e1f85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)