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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 暸眛n}暸眛n{^ | 10011110010000011110000111000100011011100111110110011110010000011110000111000100011011100111101101011110 | 9e41e1c46e7d9e41e1c46e7b5e |
EUC-JP | 暸眛n}暸眛n{^ | 11011011101000101110001011000110011011100111110111011011101000101110001011000110011011100111101101011110 | dba2e2c66e7ddba2e2c66e7b5e |
UTF-8 | 暸眛n}暸眛n{^ | 1110011010011010101110001110011110011100100110110110111001111101111001101001101010111000111001111001110010011011011011100111101101011110 | e69ab8e79c9b6e7de69ab8e79c9b6e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)