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 | 0011111100111111001111110110110101000110 | 3f3f3f6d46 |
SJIS-WIN | 将蝪鵆mF | 1000111110101011111001011010000111101001111110110110110101000110 | 8fabe5a1e9fb6d46 |
EUC-JP | 将蝪鵆mF | 1011111010101101111010101010001111110010111111010110110101000110 | beadeaa3f2fd6d46 |
UTF-8 | 将蝪鵆mF | 1110010110110000100001101110100010011101101010101110100110110101100001100110110101000110 | e5b086e89daae9b5866d46 |
UHC | ???mF | 0011111100111111001111110110110101000110 | 3f3f3f6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)