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 | DàZ | 10011110010001001110000001011010 | 9e44e05a |
SJIS-WIN | ?D?Z | 00111111010001000011111101011010 | 3f443f5a |
EUC-JP | ?DàZ | 001111110100010010001111101010111010001001011010 | 3f448faba25a |
UTF-8 | DàZ | 110000101001111001000100110000111010000001011010 | c29e44c3a05a |
UHC | ?D?Z | 00111111010001000011111101011010 | 3f443f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)