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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
| SJIS-WIN | 絶??壯?? | 1001000011100010001111110011111110011010111000010011111100111111 | 90e23f3f9ae13f3f |
| EUC-JP | 絶??壯®? | 11000000111001000011111100111111110101001110001110001111101000101110111000111111 | c0e43f3fd4e38fa2ee3f |
| UTF-8 | 絶랃풘壯®윓 | 1110011110110101101101101110101110011110100000111110110110010010100110001110010110100011101011111100001010101110111011001001110010010011 | e7b5b6eb9e83ed9298e5a3afc2aeec9c93 |
| UHC | 絶랃풘壯®윓 | 111011111011111010001101111011111011111010011011111011011110000010100010111001111001111110011010 | efbe8defbe9bede0a2e79f9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)