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 | 綉鵞}綉鵞{^ | 1110001101010100111010100100000101111101111000110101010011101010010000010111101101011110 | e354ea417de354ea417b5e |
EUC-JP | 綉鵞}綉鵞{^ | 1110010110110101111100111010001001111101111001011011010111110011101000100111101101011110 | e5b5f3a27de5b5f3a27b5e |
UTF-8 | 綉鵞}綉鵞{^ | 111001111011011010001001111010011011010110011110011111011110011110110110100010011110100110110101100111100111101101011110 | e7b689e9b59e7de7b689e9b59e7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)