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 | ä¾ÎûÜ | 10001111111001001011111010001110110011101111101111011100 | 8fe4be8ecefbdc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ä??ÎûÜ | 001111111000111110101011101000110011111100111111100011111010101011000010100011111010101111100101100011111010101011100100 | 3f8faba33f3f8faac28fabe58faae4 |
UTF-8 | ä¾ÎûÜ | 1100001010001111110000111010010011000010101111101100001010001110110000111000111011000011101110111100001110011100 | c28fc3a4c2bec28ec38ec3bbc39c |
UHC | ??¾???? | 0011111100111111101010001111101000111111001111110011111100111111 | 3f3fa8fa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)