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 | 銕ェ闔ェ^ | 11100111111011001010101011101000100011101010101001011110 | e7ecaae88eaa5e |
EUC-JP | 銕ェ闔ェ^ | 111011101110111010001110101010101110111111101110100011101010101001011110 | eeee8eaaefee8eaa5e |
UTF-8 | 銕ェ闔ェ^ | 11101001100010101001010111101111101111011010101011101001100101111001010011101111101111011010101001011110 | e98a95efbdaae99794efbdaa5e |
UHC | ??闔?^ | 001111110011111111111001111011110011111101011110 | 3f3ff9ef3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)