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{^ | 11100011110101111111010111101110011011100111110111100011110101111111010111101110011011100111101101011110 | e3d7f5ee6e7de3d7f5ee6e7b5e |
EUC-JP | 聆?n}聆?n{^ | 1110011011011001001111110110111001111101111001101101100100111111011011100111101101011110 | e6d93f6e7de6d93f6e7b5e |
UTF-8 | 聆n}聆n{^ | 1110100010000001100001101110111010010001100110010110111001111101111010001000000110000110111011101001000110011001011011100111101101011110 | e88186ee91996e7de88186ee91996e7b5e |
UHC | 聆?n}聆?n{^ | 1101011011000000001111110110111001111101110101101100000000111111011011100111101101011110 | d6c03f6e7dd6c03f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)