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 | ?Z? | 001111110101101000111111 | 3f5a3f |
SJIS-WIN | Zヤ | 11111001110100000101101011010100 | f9d05ad4 |
EUC-JP | ?Zヤ | 00111111010110101000111011010100 | 3f5a8ed4 |
UTF-8 | Zヤ | 11101110100111001010101101011010111011111011111010010100 | ee9cab5aefbe94 |
UHC | ?Z? | 001111110101101000111111 | 3f5a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)