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{^ | 1000100110000111001111110110111001111101100010011000011100111111011011100111101101011110 | 89873f6e7d89873f6e7b5e |
EUC-JP | 援?n}援?n{^ | 1011000111100111001111110110111001111101101100011110011100111111011011100111101101011110 | b1e73f6e7db1e73f6e7b5e |
UTF-8 | 援렟n}援렟n{^ | 1110011010001111101101001110101110100000100111110110111001111101111001101000111110110100111010111010000010011111011011100111101101011110 | e68fb4eba09f6e7de68fb4eba09f6e7b5e |
UHC | 援렟n}援렟n{^ | 11101010101101011000111010110000011011100111110111101010101101011000111010110000011011100111101101011110 | eab58eb06e7deab58eb06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)