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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | エ靺。e^ | 1111000010110101101101001110100011011010101000010110010101011110 | f0b5b4e8daa1655e |
EUC-JP | ?エ靺。e^ | 001111111000111010110100111100001101110010001110101000010110010101011110 | 3f8eb4f0dc8ea1655e |
UTF-8 | エ靺。e^ | 1110111010000001101101001110111110111101101101001110100110011101101110101110111110111101101000010110010101011110 | ee81b4efbdb4e99dbaefbda1655e |
UHC | ??靺?e^ | 00111111001111111101100011001011001111110110010101011110 | 3f3fd8cb3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)