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 | îä±u^ | 111011101110010010001110101100010111010101011110 | eee48eb1755e |
| SJIS-WIN | ???±u^ | 00111111001111110011111110000001011111010111010101011110 | 3f3f3f817d755e |
| EUC-JP | îä?±u^ | 1000111110101011110000101000111110101011101000110011111110100001110111100111010101011110 | 8fabc28faba33fa1de755e |
| UTF-8 | îä±u^ | 11000011101011101100001110100100110000101000111011000010101100010111010101011110 | c3aec3a4c28ec2b1755e |
| UHC | ???±u^ | 00111111001111110011111110100001101111100111010101011110 | 3f3f3fa1be755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)