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 | 乗ⅲ | 10001111111001101111101001000010 | 8fe6fa42 |
EUC-JP | 乗? | 101111101110100000111111 | bee83f |
UTF-8 | 乗ⅲ | 111001001011100110010111111000101000010110110010 | e4b997e285b2 |
UHC | ?ⅲ | 001111111010010110100011 | 3fa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)