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 | æ ´çÎ | 11100110100001011011010011100111100001101001010111001110 | e685b4e78695ce |
SJIS-WIN | ??´???? | 0011111100111111100000010100110000111111001111110011111100111111 | 3f3f814c3f3f3f3f |
EUC-JP | æ?´ç??Î | 1000111110101001110000010011111110100001101011011000111110101011101011100011111100111111100011111010101011000010 | 8fa9c13fa1ad8fabae3f3f8faac2 |
UTF-8 | æ ´çÎ | 1100001110100110110000101000010111000010101101001100001110100111110000101000011011000010100101011100001110001110 | c3a6c285c2b4c3a7c286c295c38e |
UHC | æ?´???? | 101010011010000100111111101000101010010100111111001111110011111100111111 | a9a13fa2a53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)