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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 箋後璽筝 | 1110001010110011100011001110001110001110101000111110001010110110 | e2b38ce38ea3e2b6 |
| EUC-JP | 箋後璽筝 | 1110010010110101101110001110010110111100101001011110010010111000 | e4b5b8e5bca5e4b8 |
| UTF-8 | 箋後璽筝 | 111001111010111010001011111001011011111010001100111001111001001010111101111001111010110110011101 | e7ae8be5be8ce792bde7ad9d |
| UHC | 箋後璽? | 11101111101010001111110110101101110111111101111000111111 | efa8fdaddfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)