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 | ¼ä±® | 10111100111001001011000110101110 | bce4b1ae |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ?ä±® | 001111111000111110101011101000111010000111011110100011111010001011101110 | 3f8faba3a1de8fa2ee |
UTF-8 | ¼ä±® | 1100001010111100110000111010010011000010101100011100001010101110 | c2bcc3a4c2b1c2ae |
UHC | ¼?±® | 10101000111110010011111110100001101111101010001011100111 | a8f93fa1bea2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)