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 | ??蹙 | 00111111001111111110011101000101 | 3f3fe745 |
| EUC-JP | ??蹙 | 00111111001111111110110110100110 | 3f3feda6 |
| UTF-8 | 뤚다蹙 | 111010111010010010011010111010111000101110100100111010001011100110011001 | eba49aeb8ba4e8b999 |
| UHC | 뤚다蹙 | 100011111100100110110100110110011111010111101100 | 8fc9b4d9f5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)