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 | ??º?? | 0011111100111111101110100011111100111111 | 3f3fba3f3f |
| SJIS-WIN | 僥??訝? | 10011001010001100011111100111111111001100110001000111111 | 99463f3fe6623f |
| EUC-JP | 僥?º訝? | 110100011010011100111111100011111010001011101011111010111100001100111111 | d1a73f8fa2ebebc33f |
| UTF-8 | 僥볩º訝딉 | 1110010110000011101001011110101110110011101010011100001010111010111010001010100010011101111010111001010010001001 | e583a5ebb3a9c2bae8a89deb9489 |
| UHC | 僥볩º訝딉 | 11101000111010011001001111101111101010001010110011100100101110001000101011101111 | e8e993efa8ace4b88aef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)