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 | 1000110111111010100111111111000101101000 | 8dfa9ff168 |
EUC-JP | 匙潁h | 1011101011111100110111101111001101101000 | bafcdef368 |
UTF-8 | 匙潁h | 11100101100011001001100111100110101111011000000101101000 | e58c99e6bd8168 |
UHC | 匙潁h | 1110001110110101111001111011100001101000 | e3b5e7b868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)