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 | ç~Aä | 1110011101111110100001001000111110001111010000011110010010011100 | e77e848f8f41e49c |
SJIS-WIN | ?~???A?? | 0011111101111110001111110011111100111111010000010011111100111111 | 3f7e3f3f3f413f3f |
EUC-JP | ç~???Aä? | 100011111010101110101110011111100011111100111111001111110100000110001111101010111010001100111111 | 8fabae7e3f3f3f418faba33f |
UTF-8 | ç~Aä | 1100001110100111011111101100001010000100110000101000111111000010100011110100000111000011101001001100001010011100 | c3a77ec284c28fc28f41c3a4c29c |
UHC | ?~???A?? | 0011111101111110001111110011111100111111010000010011111100111111 | 3f7e3f3f3f413f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)