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 | 篁引` | 111000101011100110001000111110001000000101001101 | e2b988f8814d |
| EUC-JP | 篁引` | 111001001011101110110000111110101010000110101110 | e4bbb0faa1ae |
| UTF-8 | 篁引` | 111001111010111110000001111001011011110010010101111011111011110110000000 | e7af81e5bc95efbd80 |
| UHC | 篁引` | 111111001101011011101100110110101010001111100000 | fcd6ecdaa3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)