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 | ñÈno | 11110001110010000110111001101111 | f1c86e6f |
SJIS-WIN | ??no | 00111111001111110110111001101111 | 3f3f6e6f |
EUC-JP | ñÈno | 1000111110101011110100001000111110101010101100100110111001101111 | 8fabd08faab26e6f |
UTF-8 | ñÈno | 110000111011000111000011100010000110111001101111 | c3b1c3886e6f |
UHC | ??no | 00111111001111110110111001101111 | 3f3f6e6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)