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 | âÝhâÝ | 1110001011011101011010001110001011011101 | e2dd68e2dd |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | âÝhâÝ | 10001111101010111010010010001111101010101111001001101000100011111010101110100100100011111010101011110010 | 8faba48faaf2688faba48faaf2 |
UTF-8 | âÝhâÝ | 110000111010001011000011100111010110100011000011101000101100001110011101 | c3a2c39d68c3a2c39d |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)