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^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 貅顏皋u^ | 1110011010111010111010001111100011100001101001100111010101011110 | e6bae8f8e1a6755e |
| EUC-JP | 貅顏皋u^ | 1110110010111100111100001111101011100010101010000111010101011110 | ecbcf0fae2a8755e |
| UTF-8 | 貅顏皋u^ | 1110100010110010100001011110100110100001100011111110011110011010100010110111010101011110 | e8b285e9a18fe79a8b755e |
| UHC | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)