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 | °ü¦Ï¨¥^ | 10110000111111001010011011001111101010001010010101011110 | b0fca6cfa8a55e |
SJIS-WIN | °???¨¥^ | 10000001100010110011111100111111001111111000000101001110100000011000111101011110 | 818b3f3f3f814e818f5e |
EUC-JP | °ü¦Ï¨?^ | 101000011110101110001111101010111110010010001111101000101100001110001111101010101100000110100001101011110011111101011110 | a1eb8fabe48fa2c38faac1a1af3f5e |
UTF-8 | °ü¦Ï¨¥^ | 11000010101100001100001110111100110000101010011011000011100011111100001010101000110000101010010101011110 | c2b0c3bcc2a6c38fc2a8c2a55e |
UHC | °???¨?^ | 101000011100011000111111001111110011111110100001101001110011111101011110 | a1c63f3f3fa1a73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)