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 | 1001111111110011111000001100001101101000 | 9ff3e0c368 |
EUC-JP | 灌狹h | 1101111011110101111000001100010101101000 | def5e0c568 |
UTF-8 | 灌狹h | 11100111100000011000110011100111100010111011100101101000 | e7818ce78bb968 |
UHC | 灌狹h | 1100111010110100111110101111010101101000 | ceb4faf568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)