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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬆ゎ万 | 111010011010000010000010111011001001011010011100 | e9a082ec969c |
EUC-JP | 鬆ゎ万 | 111100101010001010100100111011101100101111111100 | f2a2a4eecbfc |
UTF-8 | 鬆ゎ万 | 111010011010110010000110111000111000001010001110111001001011100010000111 | e9ac86e3828ee4b887 |
UHC | ?ゎ万 | 0011111110101010111011101101100010110010 | 3faaeed8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)