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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 足?E足?EB | 100100011010101100111111010001011001000110101011001111110100010101000010 | 91ab3f4591ab3f4542 |
EUC-JP | 足?E足?EB | 110000101010110100111111010001011100001010101101001111110100010101000010 | c2ad3f45c2ad3f4542 |
UTF-8 | 足샬E足샬EB | 111010001011011010110011111011001000001110101100010001011110100010110110101100111110110010000011101011000100010101000010 | e8b6b3ec83ac45e8b6b3ec83ac4542 |
UHC | 足샬E足샬EB | 1111000011101011101111001010001101000101111100001110101110111100101000110100010101000010 | f0ebbca345f0ebbca34542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)