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 | ?ZU | 001111110101101001010101 | 3f5a55 |
SJIS-WIN | ?ZU | 001111110101101001010101 | 3f5a55 |
EUC-JP | 馰ZU | 1000111111101000111110110101101001010101 | 8fe8fb5a55 |
UTF-8 | 馰ZU | 1110100110100110101100000101101001010101 | e9a6b05a55 |
UHC | ?ZU | 001111110101101001010101 | 3f5a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)