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 | ∵??∵ | 100000011110011000111111001111111000000111100110 | 81e63f3f81e6 |
| EUC-JP | ∵??∵ | 101000101110100000111111001111111010001011101000 | a2e83f3fa2e8 |
| UTF-8 | ∵룵엌∵ | 111000101000100010110101111010111010001110110101111011001001011110001100111000101000100010110101 | e288b5eba3b5ec978ce288b5 |
| UHC | ∵룵엌∵ | 1010000111110001100011111010101010111110111111011010000111110001 | a1f18faabefda1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)