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 | DFºw | 10010010010001001001001001000110100100011011101001110111 | 9244924691ba77 |
SJIS-WIN | ?D?F??w | 00111111010001000011111101000110001111110011111101110111 | 3f443f463f3f77 |
EUC-JP | ?D?F?ºw | 001111110100010000111111010001100011111110001111101000101110101101110111 | 3f443f463f8fa2eb77 |
UTF-8 | DFºw | 1100001010010010010001001100001010010010010001101100001010010001110000101011101001110111 | c29244c29246c291c2ba77 |
UHC | ?D?F?ºw | 0011111101000100001111110100011000111111101010001010110001110111 | 3f443f463fa8ac77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)