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 | æµ·nB | 1110011010110101101101110110111001000010 | e6b5b76e42 |
SJIS-WIN | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
EUC-JP | æ??nB | 10001111101010011100000100111111001111110110111001000010 | 8fa9c13f3f6e42 |
UTF-8 | æµ·nB | 1100001110100110110000101011010111000010101101110110111001000010 | c3a6c2b5c2b76e42 |
UHC | æ?·nB | 10101001101000010011111110100001101001000110111001000010 | a9a13fa1a46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)