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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 墻ц?^ | 100110101101010010000100100010000011111101011110 | 9ad484883f5e |
EUC-JP | 墻ц?^ | 110101001101011010100111111010000011111101011110 | d4d6a7e83f5e |
UTF-8 | 墻ц풛^ | 111001011010001010111011110100011000011011101101100100101001101101011110 | e5a2bbd186ed929b5e |
UHC | 墻ц풛^ | 11101101110111111010110011101000101111101001111001011110 | eddface8be9e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)