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 | 1000111010110110100011101100110001101000 | 8eb68ecc68 |
EUC-JP | 叱捨h | 1011110010111000101111001100111001101000 | bcb8bcce68 |
UTF-8 | 叱捨h | 11100101100011111011000111100110100011011010100001101000 | e58fb1e68da868 |
UHC | 叱捨h | 1111001011101010110111101101011101101000 | f2eaded768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)