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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 濶ェ闡ケ^ | 11101000100010011010101011101000100100011011100101011110 | e889aae891b95e |
EUC-JP | 濶ェ闡ケ^ | 111011111110100110001110101010101110111111110001100011101011100101011110 | efe98eaaeff18eb95e |
UTF-8 | 濶ェ闡ケ^ | 11100110101111111011011011101111101111011010101011101001100101111010000111101111101111011011100101011110 | e6bfb6efbdaae997a1efbdb95e |
UHC | ??闡?^ | 001111110011111111110100110001010011111101011110 | 3f3ff4c53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)