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 | æò¬B | 11100110111100101010110001000010 | e6f2ac42 |
SJIS-WIN | ??¬B | 0011111100111111100000011100101001000010 | 3f3f81ca42 |
EUC-JP | æò¬B | 100011111010100111000001100011111010101111010010101000101100110001000010 | 8fa9c18fabd2a2cc42 |
UTF-8 | æò¬B | 11000011101001101100001110110010110000101010110001000010 | c3a6c3b2c2ac42 |
UHC | æ??B | 1010100110100001001111110011111101000010 | a9a13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)