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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 狸村x | 1001001001001011100100011011101001111000 | 924b91ba78 |
EUC-JP | 狸村x | 1100001110101100110000101011110001111000 | c3acc2bc78 |
UTF-8 | 狸村x | 11100111100010111011100011100110100111011001000101111000 | e78bb8e69d9178 |
UHC | 狸村x | 1101011111100001111101011011110101111000 | d7e1f5bd78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)