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 | 引引^ | 1000100011111000100010001111100001011110 | 88f888f85e |
EUC-JP | 引引^ | 1011000011111010101100001111101001011110 | b0fab0fa5e |
UTF-8 | 引引^ | 11100101101111001001010111100101101111001001010101011110 | e5bc95e5bc955e |
UHC | 引引^ | 1110110011011010111011001101101001011110 | ecdaecda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)