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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 嶢痍}嶢痍{^ | 1001101111010000111000010111011101111101100110111101000011100001011101110111101101011110 | 9bd0e1777d9bd0e1777b5e |
EUC-JP | 嶢痍}嶢痍{^ | 1101011011010010111000011101100001111101110101101101001011100001110110000111101101011110 | d6d2e1d87dd6d2e1d87b5e |
UTF-8 | 嶢痍}嶢痍{^ | 111001011011011010100010111001111001011110001101011111011110010110110110101000101110011110010111100011010111101101011110 | e5b6a2e7978d7de5b6a2e7978d7b5e |
UHC | 嶢痍}嶢痍{^ | 1110100011110010111011001011011101111101111010001111001011101100101101110111101101011110 | e8f2ecb77de8f2ecb77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)