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 | 礎 | 1001000101100010 | 9162 |
EUC-JP | 礎 | 1100000111000011 | c1c3 |
UTF-8 | 礎 | 111001111010010010001110 | e7a48e |
UHC | 礎 | 1111010110101000 | f5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)