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 | Öý¢À | 1000111111010110111111011010001011000000 | 8fd6fda2c0 |
SJIS-WIN | ???¢? | 001111110011111100111111100000011001000100111111 | 3f3f3f81913f |
EUC-JP | ?Öý¢À | 001111111000111110101010110100111000111110101011111100101010000111110001100011111010101010100010 | 3f8faad38fabf2a1f18faaa2 |
UTF-8 | Öý¢À | 11000010100011111100001110010110110000111011110111000010101000101100001110000000 | c28fc396c3bdc2a2c380 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)