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 | è³ï½µè¨ | 1110100010011110101100111110111110111101101101011110100010101000 | e89eb3efbdb5e8a8 |
| SJIS-WIN | ???????¨ | 001111110011111100111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f3f3f814e |
| EUC-JP | è??ï??è¨ | 100011111010101110110010001111110011111110001111101010111100000100111111001111111000111110101011101100101010000110101111 | 8fabb23f3f8fabc13f3f8fabb2a1af |
| UTF-8 | è³ï½µè¨ | 11000011101010001100001010011110110000101011001111000011101011111100001010111101110000101011010111000011101010001100001010101000 | c3a8c29ec2b3c3afc2bdc2b5c3a8c2a8 |
| UHC | ??³?½??¨ | 0011111100111111101010011111100000111111101010001111011000111111001111111010000110100111 | 3f3fa9f83fa8f63f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)