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 | ? | 00111111 | 3f |
SJIS-WIN | 蟻 | 1000101101100001 | 8b61 |
EUC-JP | 蟻 | 1011010111000010 | b5c2 |
UTF-8 | 蟻 | 111010001001111110111011 | e89fbb |
UHC | 蟻 | 1110101111111100 | ebfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)