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 | 濠 | 1000110110001010 | 8d8a |
EUC-JP | 濠 | 1011100111101010 | b9ea |
UTF-8 | 濠 | 111001101011111110100000 | e6bfa0 |
UHC | 濠 | 1111101111001100 | fbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)