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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 足i足iB | 10010001101010110110100110010001101010110110100101000010 | 91ab6991ab6942 |
EUC-JP | 足i足iB | 11000010101011010110100111000010101011010110100101000010 | c2ad69c2ad6942 |
UTF-8 | 足i足iB | 111010001011011010110011011010011110100010110110101100110110100101000010 | e8b6b369e8b6b36942 |
UHC | 足i足iB | 11110000111010110110100111110000111010110110100101000010 | f0eb69f0eb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)