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 | 楡?楡?^ | 10011110101111100011111110011110101111100011111101011110 | 9ebe3f9ebe3f5e |
EUC-JP | 楡?楡?^ | 11011100110000000011111111011100110000000011111101011110 | dcc03fdcc03f5e |
UTF-8 | 楡푿楡푿^ | 11100110101001011010000111101101100100011011111111100110101001011010000111101101100100011011111101011110 | e6a5a1ed91bfe6a5a1ed91bf5e |
UHC | 楡푿楡푿^ | 111010101111100011000111101011011110101011111000110001111010110101011110 | eaf8c7adeaf8c7ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)