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 | 棚袖損 | 100100100100100110010001101100111001000110111001 | 924991b391b9 |
| EUC-JP | 棚袖損 | 110000111010101011000010101101011100001010111011 | c3aac2b5c2bb |
| UTF-8 | 棚袖損 | 111001101010001110011010111010001010001010010110111001101001000010001101 | e6a39ae8a296e6908d |
| UHC | 棚袖損 | 110111011101110011100010110000001110000111011111 | dddce2c0e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)