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 | þiA}h | 10010001111111100110100110010010010000010111110101101000 | 91fe6992417d68 |
SJIS-WIN | ??i?A}h | 00111111001111110110100100111111010000010111110101101000 | 3f3f693f417d68 |
EUC-JP | ?þi?A}h | 001111111000111110101001110100000110100100111111010000010111110101101000 | 3f8fa9d0693f417d68 |
UTF-8 | þiA}h | 11000010100100011100001110111110011010011100001010010010010000010111110101101000 | c291c3be69c292417d68 |
UHC | ?þi?A}h | 0011111110101001101011010110100100111111010000010111110101101000 | 3fa9ad693f417d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)