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 | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-WIN | セュ軸E^ | 101111101010110110001110101100100100010101011110 | bead8eb2455e |
EUC-JP | セュ軸E^ | 1000111010111110100011101010110110111100101101000100010101011110 | 8ebe8eadbcb4455e |
UTF-8 | セュ軸E^ | 1110111110111101101111101110111110111101101011011110100010111011101110000100010101011110 | efbdbeefbdade8bbb8455e |
UHC | ??軸E^ | 001111110011111111110101111011100100010101011110 | 3f3ff5ee455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)