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 | Í°IE | 11001101101100000100100101000101 | cdb04945 |
SJIS-WIN | ?°IE | 0011111110000001100010110100100101000101 | 3f818b4945 |
EUC-JP | Í°IE | 10001111101010101011111110100001111010110100100101000101 | 8faabfa1eb4945 |
UTF-8 | Í°IE | 110000111000110111000010101100000100100101000101 | c38dc2b04945 |
UHC | ?°IE | 0011111110100001110001100100100101000101 | 3fa1c64945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)