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 | ñûÒè¿ | 1111000111111011110100101110100010111111 | f1fbd2e8bf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ñûÒè¿ | 100011111010101111010000100011111010101111100101100011111010101011010010100011111010101110110010100011111010001011000100 | 8fabd08fabe58faad28fabb28fa2c4 |
UTF-8 | ñûÒè¿ | 11000011101100011100001110111011110000111001001011000011101010001100001010111111 | c3b1c3bbc392c3a8c2bf |
UHC | ????¿ | 001111110011111100111111001111111010001010101111 | 3f3f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)