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 | ¾Ä×\ | 1011111011000100100011101101011101011100 | bec48ed75c |
SJIS-WIN | ???×\ | 001111110011111100111111100000010111111001011100 | 3f3f3f817e5c |
EUC-JP | ?Ä?×\ | 0011111110001111101010101010001100111111101000011101111101011100 | 3f8faaa33fa1df5c |
UTF-8 | ¾Ä×\ | 110000101011111011000011100001001100001010001110110000111001011101011100 | c2bec384c28ec3975c |
UHC | ¾??×\ | 10101000111110100011111100111111101000011011111101011100 | a8fa3f3fa1bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)