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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
| SJIS-WIN | 瑶爭}瑶爭{^ | 1110000011110100111000001010010101111101111000001111010011100000101001010111101101011110 | e0f4e0a57de0f4e0a57b5e |
| EUC-JP | 瑶爭}瑶爭{^ | 1110000011110110111000001010011101111101111000001111011011100000101001110111101101011110 | e0f6e0a77de0f6e0a77b5e |
| UTF-8 | 瑶爭}瑶爭{^ | 111001111001000110110110111001111000100010101101011111011110011110010001101101101110011110001000101011010111101101011110 | e791b6e788ad7de791b6e788ad7b5e |
| UHC | ?爭}?爭{^ | 001111111110111010110011011111010011111111101110101100110111101101011110 | 3feeb37d3feeb37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)