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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 讙餓エ妝F | 1110011010101010100010011110110010110100100110110100001001000110 | e6aa89ecb49b4246 |
EUC-JP | 讙餓エ妝F | 111011001010110010110010111011101000111010110100110101011010001101000110 | ecacb2ee8eb4d5a346 |
UTF-8 | 讙餓エ妝F | 11101000101011101001100111101001101001001001001111101111101111011011010011100101101001101001110101000110 | e8ae99e9a493efbdb4e5a69d46 |
UHC | ?餓??F | 001111111110010010111011001111110011111101000110 | 3fe4bb3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)