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 | 偕?紆 | 1001100011110001001111111110001011111100 | 98f13fe2fc |
| EUC-JP | 偕?紆 | 1101000011110011001111111110010011111110 | d0f33fe4fe |
| UTF-8 | 偕렦紆 | 111001011000000110010101111010111010000010100110111001111011010010000110 | e58195eba0a6e7b486 |
| UHC | 偕렦紆 | 111110101010010110001110101101011110100111100001 | faa58eb5e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)