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 | ìÁµëⱦ | 1110110011000001100011101011010111101011111000101011000110100110 | ecc18eb5ebe2b1a6 |
SJIS-WIN | ??????±? | 001111110011111100111111001111110011111100111111100000010111110100111111 | 3f3f3f3f3f3f817d3f |
EUC-JP | ìÁ??ëⱦ | 10001111101010111100000010001111101010101010000100111111001111111000111110101011101100111000111110101011101001001010000111011110100011111010001011000011 | 8fabc08faaa13f3f8fabb38faba4a1de8fa2c3 |
UTF-8 | ìÁµëⱦ | 11000011101011001100001110000001110000101000111011000010101101011100001110101011110000111010001011000010101100011100001010100110 | c3acc381c28ec2b5c3abc3a2c2b1c2a6 |
UHC | ??????±? | 001111110011111100111111001111110011111100111111101000011011111000111111 | 3f3f3f3f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)