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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 嶸腕^ | 1111101010110100100110000111001001011110 | fab498725e |
EUC-JP | 嶸腕^ | 100011111011101111110100110011111101001101011110 | 8fbbf4cfd35e |
UTF-8 | 嶸腕^ | 11100101101101101011100011101000100001011001010101011110 | e5b6b8e885955e |
UHC | 嶸腕^ | 1110011110101110111010001101001101011110 | e7aee8d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)