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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 紱?紱?^ | 100011111101001111011010001111111000111111010011110110100011111101011110 | 8fd3da3f8fd3da3f5e |
UTF-8 | 紱约紱约^ | 11100111101101001011000111100111101110101010011011100111101101001011000111100111101110101010011001011110 | e7b4b1e7baa6e7b4b1e7baa65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)