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 | 蠏筍 | 111001011011010111100010101000011111000010100010 | e5b5e2a1f0a2 |
| EUC-JP | 蠏筍? | 1110101010110111111001001010001100111111 | eab7e4a33f |
| UTF-8 | 蠏筍 | 111010001010000010001111111001111010110110001101111011101000000110100001 | e8a08fe7ad8dee81a1 |
| UHC | ?筍? | 00111111111000101110110000111111 | 3fe2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)