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 | 洩形袖 | 100010010110101110001100011000001001000110110011 | 896b8c6091b3 |
| EUC-JP | 洩形袖 | 101100011100110010110111110000011100001010110101 | b1ccb7c1c2b5 |
| UTF-8 | 洩形袖 | 111001101011010010101001111001011011110110100010111010001010001010010110 | e6b4a9e5bda2e8a296 |
| UHC | 洩形袖 | 111000001101110111111011101000011110001011000000 | e0ddfba1e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)