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 | ?u?uB | 0011111101110101001111110111010101000010 | 3f753f7542 |
| SJIS-WIN | 唸u唸uB | 10011010010110000111010110011010010110000111010101000010 | 9a58759a587542 |
| EUC-JP | 唸u唸uB | 11010011101110010111010111010011101110010111010101000010 | d3b975d3b97542 |
| UTF-8 | 唸u唸uB | 111001011001010010111000011101011110010110010100101110000111010101000010 | e594b875e594b87542 |
| UHC | ?u?uB | 0011111101110101001111110111010101000010 | 3f753f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)