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 | ãºä¼B | 11100011101110101000111111100100100011101011110001000010 | e3ba8fe48ebc42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ãº?ä??B | 10001111101010111010101010001111101000101110101100111111100011111010101110100011001111110011111101000010 | 8fabaa8fa2eb3f8faba33f3f42 |
UTF-8 | ãºä¼B | 11000011101000111100001010111010110000101000111111000011101001001100001010001110110000101011110001000010 | c3a3c2bac28fc3a4c28ec2bc42 |
UHC | ?º???¼B | 001111111010100010101100001111110011111100111111101010001111100101000010 | 3fa8ac3f3f3fa8f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)