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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 軏基筒軏醍 | 11111011101100101000101011101110100100111001101111111011101100101001000111100111 | fbb28aee939bfbb291e7 |
| EUC-JP | 軏基筒軏醍 | 100011111110000011011001101101001111000011000101111110111000111111100000110110011100001011101001 | 8fe0d9b4f0c5fb8fe0d9c2e9 |
| UTF-8 | 軏基筒軏醍 | 111010001011101110001111111001011001111110111010111001111010110110010010111010001011101110001111111010011000011010001101 | e8bb8fe59fbae7ad92e8bb8fe9868d |
| UHC | ?基筒?醍 | 0011111111010000111100011111011111010101001111111111000010110101 | 3fd0f1f7d53ff0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)