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 | ð³Ëô | 1111000010110011100011111100101111110100 | f0b38fcbf4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ð??Ëô | 1000111110101001110000110011111100111111100011111010101010110011100011111010101111010100 | 8fa9c33f3f8faab38fabd4 |
UTF-8 | ð³Ëô | 11000011101100001100001010110011110000101000111111000011100010111100001110110100 | c3b0c2b3c28fc38bc3b4 |
UHC | ð³??? | 10101001101000111010100111111000001111110011111100111111 | a9a3a9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)