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 | 血 | 1000110010001100 | 8c8c |
EUC-JP | 血 | 1011011111101100 | b7ec |
UTF-8 | 血 | 111010001010000110000000 | e8a180 |
UHC | 血 | 1111101011101100 | faec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)