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 | 巧 | 1000110101001001 | 8d49 |
EUC-JP | 巧 | 1011100110101010 | b9aa |
UTF-8 | 巧 | 111001011011011110100111 | e5b7a7 |
UHC | 巧 | 1100111011100101 | cee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)