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 | 實??審 | 100110111000100100111111001111111001000001010010 | 9b893f3f9052 |
| EUC-JP | 實??審 | 110101011110100100111111001111111011111110110011 | d5e93f3fbfb3 |
| UTF-8 | 實굩뢓審 | 111001011010111110100110111010101011010110101001111010111010001010010011111001011010111110101001 | e5afa6eab5a9eba293e5afa9 |
| UHC | 實굩뢓審 | 1110001111111001100000101000111110001111010011101110001111111011 | e3f9828f8f4ee3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)