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 | ê²x | 11101010101100101000011001111000 | eab28678 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | ê??x | 100011111010101110110100001111110011111101111000 | 8fabb43f3f78 |
UTF-8 | ê²x | 11000011101010101100001010110010110000101000011001111000 | c3aac2b2c28678 |
UHC | ?²?x | 0011111110101001111101110011111101111000 | 3fa9f73f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)