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 | 慴碯姪 | 100111001101000011100001111100111001011011000011 | 9cd0e1f396c3 |
| EUC-JP | 慴碯姪 | 110110001101001011100010111101011100110011000101 | d8d2e2f5ccc5 |
| UTF-8 | 慴碯姪 | 111001101000010110110100111001111010001010101111111001011010011110101010 | e685b4e7a2afe5a7aa |
| UHC | ??姪 | 00111111001111111111001011101011 | 3f3ff2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)