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 | ?ZB | 001111110101101001000010 | 3f5a42 |
SJIS-WIN | 咤ZB | 10011010010000100101101001000010 | 9a425a42 |
EUC-JP | 咤ZB | 11010011101000110101101001000010 | d3a35a42 |
UTF-8 | 咤ZB | 1110010110010010101001000101101001000010 | e592a45a42 |
UHC | 咤ZB | 11110110111000110101101001000010 | f6e35a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)