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 | ûX°MF | 111110110101100010001110101100000100110101000110 | fb588eb04d46 |
SJIS-WIN | ?X?°MF | 00111111010110000011111110000001100010110100110101000110 | 3f583f818b4d46 |
EUC-JP | ûX?°MF | 100011111010101111100101010110000011111110100001111010110100110101000110 | 8fabe5583fa1eb4d46 |
UTF-8 | ûX°MF | 110000111011101101011000110000101000111011000010101100000100110101000110 | c3bb58c28ec2b04d46 |
UHC | ?X?°MF | 00111111010110000011111110100001110001100100110101000110 | 3f583fa1c64d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)