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 | òí{òís | 111100101110110101111011111100101110110101110011 | f2ed7bf2ed73 |
SJIS-WIN | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
EUC-JP | òí{òís | 1000111110101011110100101000111110101011101111110111101110001111101010111101001010001111101010111011111101110011 | 8fabd28fabbf7b8fabd28fabbf73 |
UTF-8 | òí{òís | 11000011101100101100001110101101011110111100001110110010110000111010110101110011 | c3b2c3ad7bc3b2c3ad73 |
UHC | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)