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 | ?[~ | 001111110101101101111110 | 3f5b7e |
SJIS-WIN | [~ | 11110101111110110101101101111110 | f5fb5b7e |
EUC-JP | ?[~ | 001111110101101101111110 | 3f5b7e |
UTF-8 | [~ | 1110111010010001101001100101101101111110 | ee91a65b7e |
UHC | ?[~ | 001111110101101101111110 | 3f5b7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)