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 | ?純チ | 0011111110001111100000111000001101100000 | 3f8f838360 |
| EUC-JP | ?純チ | 0011111110111101111000111010010111000001 | 3fbde3a5c1 |
| UTF-8 | 룶純チ | 111010111010001110110110111001111011010010010100111000111000001110000001 | eba3b6e7b494e38381 |
| UHC | 룶純チ | 100011111010101111100010111011011010101111000001 | 8fabe2edabc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)