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^ | 111010101111100010001110101110110110010101011110 | eaf88ebb655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | êø??e^ | 10001111101010111011010010001111101010011100110000111111001111110110010101011110 | 8fabb48fa9cc3f3f655e |
UTF-8 | êø»e^ | 11000011101010101100001110111000110000101000111011000010101110110110010101011110 | c3aac3b8c28ec2bb655e |
UHC | ?ø??e^ | 00111111101010011010101000111111001111110110010101011110 | 3fa9aa3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)