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{^ | 1000111101001001001111110110111001111101100011110100100100111111011011100111101101011110 | 8f493f6e7d8f493f6e7b5e |
EUC-JP | 終?n}終?n{^ | 1011110110101010001111110110111001111101101111011010101000111111011011100111101101011110 | bdaa3f6e7dbdaa3f6e7b5e |
UTF-8 | 終렕n}終렕n{^ | 1110011110110101100000101110101110100000100101010110111001111101111001111011010110000010111010111010000010010101011011100111101101011110 | e7b582eba0956e7de7b582eba0956e7b5e |
UHC | 終렕n}終렕n{^ | 11110000111110111000111010101010011011100111110111110000111110111000111010101010011011100111101101011110 | f0fb8eaa6e7df0fb8eaa6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)