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 | 10110100111011010100010110110100111011010100010101000010 | b4ed45b4ed4542 |
SJIS-WIN | ´?E´?EB | 100000010100110000111111010001011000000101001100001111110100010101000010 | 814c3f45814c3f4542 |
EUC-JP | ´íE´íEB | 10100001101011011000111110101011101111110100010110100001101011011000111110101011101111110100010101000010 | a1ad8fabbf45a1ad8fabbf4542 |
UTF-8 | ´íE´íEB | 1100001010110100110000111010110101000101110000101011010011000011101011010100010101000010 | c2b4c3ad45c2b4c3ad4542 |
UHC | ´?E´?EB | 101000101010010100111111010001011010001010100101001111110100010101000010 | a2a53f45a2a53f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)