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 | ñû§¿ | 11110001111110111010011110111111 | f1fba7bf |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | ñû§¿ | 1000111110101011110100001000111110101011111001011010000111111000100011111010001011000100 | 8fabd08fabe5a1f88fa2c4 |
UTF-8 | ñû§¿ | 1100001110110001110000111011101111000010101001111100001010111111 | c3b1c3bbc2a7c2bf |
UHC | ??§¿ | 001111110011111110100001110101111010001010101111 | 3f3fa1d7a2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)