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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 寃??@h | 100110111000001100111111001111110100000001101000 | 9b833f3f4068 |
EUC-JP | 寃??@h | 110101011110001100111111001111110100000001101000 | d5e33f3f4068 |
UTF-8 | 寃귢갱@h | 1110010110101111100000111110101010110111101000101110101010110000101100010100000001101000 | e5af83eab7a2eab0b14068 |
UHC | 寃귢갱@h | 1110101010110010100000101110101010110000101110110100000001101000 | eab282eab0bb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)