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 | 煽楯 | 10010000111110001000111101111100 | 90f88f7c |
EUC-JP | 煽楯 | 11000000111110101011110111011101 | c0fabddd |
UTF-8 | 煽楯 | 111001111000010110111101111001101010010110101111 | e785bde6a5af |
UHC | 煽楯 | 11100000110000111110001011100100 | e0c3e2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)