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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 乗ⅵ | 10001111111001101111101001000101 | 8fe6fa45 |
EUC-JP | 乗? | 101111101110100000111111 | bee83f |
UTF-8 | 乗ⅵ | 111001001011100110010111111000101000010110110101 | e4b997e285b5 |
UHC | ?ⅵ | 001111111010010110100110 | 3fa5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)