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àØ | 11100100010110101110000011011000 | e45ae0d8 |
SJIS-WIN | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
EUC-JP | äZàØ | 10001111101010111010001101011010100011111010101110100010100011111010100110101100 | 8faba35a8faba28fa9ac |
UTF-8 | äZàØ | 11000011101001000101101011000011101000001100001110011000 | c3a45ac3a0c398 |
UHC | ?Z?Ø | 0011111101011010001111111010100010101010 | 3f5a3fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)