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 | 浩 | 1000110101011111 | 8d5f |
EUC-JP | 浩 | 1011100111000000 | b9c0 |
UTF-8 | 浩 | 111001101011010110101001 | e6b5a9 |
UHC | 浩 | 1111101111000111 | fbc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)