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{^ | 10011011110100101001101111010010011011100111110110011011110100101001101111010010011011100111101101011110 | 9bd29bd26e7d9bd29bd26e7b5e |
EUC-JP | 嶬嶬n}嶬嶬n{^ | 11010110110101001101011011010100011011100111110111010110110101001101011011010100011011100111101101011110 | d6d4d6d46e7dd6d4d6d46e7b5e |
UTF-8 | 嶬嶬n}嶬嶬n{^ | 1110010110110110101011001110010110110110101011000110111001111101111001011011011010101100111001011011011010101100011011100111101101011110 | e5b6ace5b6ac6e7de5b6ace5b6ac6e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)