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 | ¤?¤?^ | 1010010000111111101001000011111101011110 | a43fa43f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ¤?¤?^ | 100011111010001011110000001111111000111110100010111100000011111101011110 | 8fa2f03f8fa2f03f5e |
UTF-8 | ¤ܸ¤ܸ^ | 110000101010010011011100101110001100001010100100110111001011100001011110 | c2a4dcb8c2a4dcb85e |
UHC | ¤?¤?^ | 10100010101101000011111110100010101101000011111101011110 | a2b43fa2b43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)