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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 煽繹 | 10010000111110001110001110001000 | 90f8e388 |
EUC-JP | 煽繹 | 11000000111110101110010111101000 | c0fae5e8 |
UTF-8 | 煽繹 | 111001111000010110111101111001111011100110111001 | e785bde7b9b9 |
UHC | 煽繹 | 11100000110000111110011010111010 | e0c3e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)