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 | ðûÒè¿ü | 111100001111101111010010111010001011111111111100 | f0fbd2e8bffc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ðûÒè¿ü | 100011111010100111000011100011111010101111100101100011111010101011010010100011111010101110110010100011111010001011000100100011111010101111100100 | 8fa9c38fabe58faad28fabb28fa2c48fabe4 |
UTF-8 | ðûÒè¿ü | 110000111011000011000011101110111100001110010010110000111010100011000010101111111100001110111100 | c3b0c3bbc392c3a8c2bfc3bc |
UHC | ð???¿? | 1010100110100011001111110011111100111111101000101010111100111111 | a9a33f3f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)