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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 聆\}聆\{^ | 11100011110101111111001011110101010111000111110111100011110101111111001011110101010111000111101101011110 | e3d7f2f55c7de3d7f2f55c7b5e |
EUC-JP | 聆?\}聆?\{^ | 1110011011011001001111110101110001111101111001101101100100111111010111000111101101011110 | e6d93f5c7de6d93f5c7b5e |
UTF-8 | 聆\}聆\{^ | 1110100010000001100001101110111010001000101011000101110001111101111010001000000110000110111011101000100010101100010111000111101101011110 | e88186ee88ac5c7de88186ee88ac5c7b5e |
UHC | 聆?\}聆?\{^ | 1101011011000000001111110101110001111101110101101100000000111111010111000111101101011110 | d6c03f5c7dd6c03f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)