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 | 料 | 1001011110111111 | 97bf |
EUC-JP | 料 | 1100111011000001 | cec1 |
UTF-8 | 料 | 111001101001011010011001 | e69699 |
UHC | 料 | 1101011011111001 | d6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)