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 | 拔?拔?^ | 10011101010101010011111110011101010101010011111101011110 | 9d553f9d553f5e |
EUC-JP | 拔?拔?^ | 11011001101101100011111111011001101101100011111101011110 | d9b63fd9b63f5e |
UTF-8 | 拔잼拔잼^ | 11100110100010111001010011101100100111101011110011100110100010111001010011101100100111101011110001011110 | e68b94ec9ebce68b94ec9ebc5e |
UHC | 拔잼拔잼^ | 110110101111101111000000111010111101101011111011110000001110101101011110 | dafbc0ebdafbc0eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)