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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 脂畔χF | 10001110100010011001010011001000100000111101010001000110 | 8e8994c883d446 |
EUC-JP | 脂畔χF | 10111011111010011100100011001010101001101101011001000110 | bbe9c8caa6d646 |
UTF-8 | 脂畔χF | 111010001000010010000010111001111001010110010100110011111000011101000110 | e88482e79594cf8746 |
UHC | 脂畔χF | 11110010101101111101101011101101101001011111011001000110 | f2b7daeda5f646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)