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 | æ ´çÎ | 1110011010000101101101001110011110000110100101011100111010011100 | e685b4e78695ce9c |
SJIS-WIN | ??´????? | 001111110011111110000001010011000011111100111111001111110011111100111111 | 3f3f814c3f3f3f3f3f |
EUC-JP | æ?´ç??Î? | 100011111010100111000001001111111010000110101101100011111010101110101110001111110011111110001111101010101100001000111111 | 8fa9c13fa1ad8fabae3f3f8faac23f |
UTF-8 | æ ´çÎ | 11000011101001101100001010000101110000101011010011000011101001111100001010000110110000101001010111000011100011101100001010011100 | c3a6c285c2b4c3a7c286c295c38ec29c |
UHC | æ?´????? | 10101001101000010011111110100010101001010011111100111111001111110011111100111111 | a9a13fa2a53f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)