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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 螳滄㊧E | 11100101101011101001111111101001100001111000100001000101 | e5ae9fe9878845 |
EUC-JP | 螳滄?E | 111010101011000011011110111010110011111101000101 | eab0deeb3f45 |
UTF-8 | 螳滄㊧E | 11101000100111101011001111100110101110111000010011100011100010101010011101000101 | e89eb3e6bb84e38aa745 |
UHC | 螳滄?E | 110100111101100111110011111001110011111101000101 | d3d9f3e73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)