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 | êä²ê²´ä | 1110101011100100101100101110101010001110101100101011010011100100 | eae4b2ea8eb2b4e4 |
SJIS-WIN | ??????´? | 001111110011111100111111001111110011111100111111100000010100110000111111 | 3f3f3f3f3f3f814c3f |
EUC-JP | êä?ê??´ä | 1000111110101011101101001000111110101011101000110011111110001111101010111011010000111111001111111010000110101101100011111010101110100011 | 8fabb48faba33f8fabb43f3fa1ad8faba3 |
UTF-8 | êä²ê²´ä | 11000011101010101100001110100100110000101011001011000011101010101100001010001110110000101011001011000010101101001100001110100100 | c3aac3a4c2b2c3aac28ec2b2c2b4c3a4 |
UHC | ??²??²´? | 0011111100111111101010011111011100111111001111111010100111110111101000101010010100111111 | 3f3fa9f73f3fa9f7a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)