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 | 箘澵 | 11100010101011101111101101001100 | e2aefb4c |
EUC-JP | 箘澵 | 1110010010110000100011111100100011111000 | e4b08fc8f8 |
UTF-8 | 箘澵 | 111001111010111010011000111001101011111010110101 | e7ae98e6beb5 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)