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 | ¾å¿¼ | 1011111011100101100011101011111110111100 | bee58ebfbc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?å?¿? | 001111111000111110101011101010010011111110001111101000101100010000111111 | 3f8faba93f8fa2c43f |
UTF-8 | ¾å¿¼ | 11000010101111101100001110100101110000101000111011000010101111111100001010111100 | c2bec3a5c28ec2bfc2bc |
UHC | ¾??¿¼ | 1010100011111010001111110011111110100010101011111010100011111001 | a8fa3f3fa2afa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)