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 | 冗ャ狢 | 1000111111100111101011001110000011000000 | 8fe7ace0c0 |
| EUC-JP | 冗ャ狢 | 101111101110100110001110101011001110000011000010 | bee98eace0c2 |
| UTF-8 | 冗ャ狢 | 111001011000011010010111111011111011110110101100111001111000101110100010 | e58697efbdace78ba2 |
| UHC | 冗?? | 11101001101101110011111100111111 | e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)