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 | 暦鵞}暦鵞{^ | 1001011111101111111010100100000101111101100101111110111111101010010000010111101101011110 | 97efea417d97efea417b5e |
EUC-JP | 暦鵞}暦鵞{^ | 1100111011110001111100111010001001111101110011101111000111110011101000100111101101011110 | cef1f3a27dcef1f3a27b5e |
UTF-8 | 暦鵞}暦鵞{^ | 111001101001101010100110111010011011010110011110011111011110011010011010101001101110100110110101100111100111101101011110 | e69aa6e9b59e7de69aa6e9b59e7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)