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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 承?h | 10001111101100110011111101101000 | 8fb33f68 |
EUC-JP | 承渲h | 101111101011010110001111110001111110110001101000 | beb58fc7ec68 |
UTF-8 | 承渲h | 11100110100010011011111111100110101110001011001001101000 | e689bfe6b8b268 |
UHC | 承渲h | 1110001110101111111000001100001001101000 | e3afe0c268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)