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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 踴・V | 11100110111110111010010101010110 | e6fba556 |
EUC-JP | 踴・V | 1110110011111101100011101010010101010110 | ecfd8ea556 |
UTF-8 | 踴・V | 11101000101110001011010011101111101111011010010101010110 | e8b8b4efbda556 |
UHC | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)