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 | ÊêÜÐ¥Ï | 110010101110101011011100110100001010010111001111 | caeadcd0a5cf |
SJIS-WIN | ????¥? | 00111111001111110011111100111111100000011000111100111111 | 3f3f3f3f818f3f |
EUC-JP | ÊêÜ??Ï | 1000111110101010101101001000111110101011101101001000111110101010111001000011111100111111100011111010101011000001 | 8faab48fabb48faae43f3f8faac1 |
UTF-8 | ÊêÜÐ¥Ï | 110000111000101011000011101010101100001110011100110000111001000011000010101001011100001110001111 | c38ac3aac39cc390c2a5c38f |
UHC | ???Ð?? | 00111111001111110011111110101000101000100011111100111111 | 3f3f3fa8a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)