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 | ð¥³è»Úæ | 1111000010100101100011101011001111101000101110111101101011100110 | f0a58eb3e8bbdae6 |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ð???è?Úæ | 10001111101010011100001100111111001111110011111110001111101010111011001000111111100011111010101011100010100011111010100111000001 | 8fa9c33f3f3f8fabb23f8faae28fa9c1 |
UTF-8 | ð¥³è»Úæ | 11000011101100001100001010100101110000101000111011000010101100111100001110101000110000101011101111000011100110101100001110100110 | c3b0c2a5c28ec2b3c3a8c2bbc39ac3a6 |
UHC | ð??³???æ | 1010100110100011001111110011111110101001111110000011111100111111001111111010100110100001 | a9a33f3fa9f83f3f3fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)