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 | æ¶FP | 1110011010110110100011000100011001010000 | e6b68c4650 |
SJIS-WIN | ?¶?FP | 001111111000000111110111001111110100011001010000 | 3f81f73f4650 |
EUC-JP | �FP | 1000111110101001110000011010001011111001001111110100011001010000 | 8fa9c1a2f93f4650 |
UTF-8 | æ¶FP | 1100001110100110110000101011011011000010100011000100011001010000 | c3a6c2b6c28c4650 |
UHC | �FP | 10101001101000011010001011010010001111110100011001010000 | a9a1a2d23f4650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)