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 | 衰 | 1001000010001010 | 908a |
EUC-JP | 衰 | 1011111111101010 | bfea |
UTF-8 | 衰 | 111010001010000110110000 | e8a1b0 |
UHC | 衰 | 1110000111110001 | e1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)