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?TG | 00111111011111010011111101110101001111110101010001000111 | 3f7d3f753f5447 |
| SJIS-WIN | 叩}叩u棚TG | 10010010010000000111110110010010010000000111010110010010010010010101010001000111 | 92407d92407592495447 |
| EUC-JP | 叩}叩u棚TG | 11000011101000010111110111000011101000010111010111000011101010100101010001000111 | c3a17dc3a175c3aa5447 |
| UTF-8 | 叩}叩u棚TG | 11100101100011111010100101111101111001011000111110101001011101011110011010100011100110100101010001000111 | e58fa97de58fa975e6a39a5447 |
| UHC | 叩}叩u棚TG | 11001101101100000111110111001101101100000111010111011101110111000101010001000111 | cdb07dcdb075dddc5447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)