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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跚エ闥滓 | 11100110111001111011010011101000100100101001111111100110 | e6e7b4e8929fe6 |
EUC-JP | 跚エ闥滓 | 1110110011101001100011101011010011101111111100101101111011101000 | ece98eb4eff2dee8 |
UTF-8 | 跚エ闥滓 | 111010001011011110011010111011111011110110110100111010011001011110100101111001101011101110010011 | e8b79aefbdb4e997a5e6bb93 |
UHC | ???滓 | 0011111100111111001111111110111010101011 | 3f3f3feeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)