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 | ¾Ä×~ | 1011111011000100100011101101011101111110 | bec48ed77e |
SJIS-WIN | ???×~ | 001111110011111100111111100000010111111001111110 | 3f3f3f817e7e |
EUC-JP | ?Ä?×~ | 0011111110001111101010101010001100111111101000011101111101111110 | 3f8faaa33fa1df7e |
UTF-8 | ¾Ä×~ | 110000101011111011000011100001001100001010001110110000111001011101111110 | c2bec384c28ec3977e |
UHC | ¾??×~ | 10101000111110100011111100111111101000011011111101111110 | a8fa3f3fa1bf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)