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 | 1110011010110001100110100100000001101000 | e6b19a4068 |
EUC-JP | 豎咫h | 1110110010110011110100111010000101101000 | ecb3d3a168 |
UTF-8 | 豎咫h | 11101000101100011000111011100101100100101010101101101000 | e8b18ee592ab68 |
UHC | ?咫h | 00111111111100101010000101101000 | 3ff2a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)