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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 盪o筵 | 111000011011100110000010100011111110001010100101 | e1b9828fe2a5 |
| EUC-JP | 盪o筵 | 111000101011101110100011111011111110010010100111 | e2bba3efe4a7 |
| UTF-8 | 盪o筵 | 111001111001101110101010111011111011110110001111111001111010110110110101 | e79baaefbd8fe7adb5 |
| UHC | ?o筵 | 0011111110100011111011111110011011011101 | 3fa3efe6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)