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 | ??mF | 00111111001111110110110101000110 | 3f3f6d46 |
SJIS-WIN | テ「mF | 11000011101000100110110101000110 | c3a26d46 |
EUC-JP | テ「mF | 100011101100001110001110101000100110110101000110 | 8ec38ea26d46 |
UTF-8 | テ「mF | 1110111110111110100000111110111110111101101000100110110101000110 | efbe83efbda26d46 |
UHC | ??mF | 00111111001111110110110101000110 | 3f3f6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)