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 | 肅∞害 | 111000111110011110000001100001111000101001010001 | e3e781878a51 |
| EUC-JP | 肅∞害 | 111001101110100110100001111001111011001110110010 | e6e9a1e7b3b2 |
| UTF-8 | 肅∞害 | 111010001000001010000101111000101000100010011110111001011010111010110011 | e88285e2889ee5aeb3 |
| UHC | 肅∞害 | 111000101101110010100001110001001111101010101010 | e2dca1c4faaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)