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 | ? | 00111111 | 3f |
SJIS-WIN | 激 | 1000110010000011 | 8c83 |
EUC-JP | 激 | 1011011111100011 | b7e3 |
UTF-8 | 激 | 111001101011111110000000 | e6bf80 |
UHC | 激 | 1100110010101101 | ccad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)