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 | 乗嶸 | 10001111111001101111101010110100 | 8fe6fab4 |
EUC-JP | 乗嶸 | 1011111011101000100011111011101111110100 | bee88fbbf4 |
UTF-8 | 乗嶸 | 111001001011100110010111111001011011011010111000 | e4b997e5b6b8 |
UHC | ?嶸 | 001111111110011110101110 | 3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)