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{^ | 0011111110011011010011010110111001111101001111111001101101001101011011100111101101011110 | 3f9b4d6e7d3f9b4d6e7b5e |
EUC-JP | ?娥n}?娥n{^ | 0011111111010101101011100110111001111101001111111101010110101110011011100111101101011110 | 3fd5ae6e7d3fd5ae6e7b5e |
UTF-8 | 룶娥n}룶娥n{^ | 1110101110100011101101101110010110101000101001010110111001111101111010111010001110110110111001011010100010100101011011100111101101011110 | eba3b6e5a8a56e7deba3b6e5a8a56e7b5e |
UHC | 룶娥n}룶娥n{^ | 10001111101010111110010010110000011011100111110110001111101010111110010010110000011011100111101101011110 | 8fabe4b06e7d8fabe4b06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)