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 | 盖痿 | 11100001101100111110000101111110 | e1b3e17e |
EUC-JP | 盖痿 | 11100010101101011110000111011111 | e2b5e1df |
UTF-8 | 盖痿 | 111001111001101110010110111001111001011110111111 | e79b96e797bf |
UHC | 盖? | 110010111100110000111111 | cbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)