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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 銹屠F | 1110011111110110100100110110101001000110 | e7f6936a46 |
EUC-JP | 銹屠F | 1110111011111000110001011100101101000110 | eef8c5cb46 |
UTF-8 | 銹屠F | 11101001100010101011100111100101101100011010000001000110 | e98ab9e5b1a046 |
UHC | 銹屠F | 1110001011001000110100111111010101000110 | e2c8d3f546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)