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 | úèÞØ@ | 1111101011101000110111101101100001000000 | fae8ded840 |
SJIS-WIN | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
EUC-JP | úèÞØ@ | 10001111101010111110001010001111101010111011001010001111101010011011000010001111101010011010110001000000 | 8fabe28fabb28fa9b08fa9ac40 |
UTF-8 | úèÞØ@ | 110000111011101011000011101010001100001110011110110000111001100001000000 | c3bac3a8c39ec39840 |
UHC | ??ÞØ@ | 00111111001111111010100010101101101010001010101001000000 | 3f3fa8ada8aa40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)