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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 源?錚?B | 10001100101110010011111111101000010000100011111101000010 | 8cb93fe8423f42 |
EUC-JP | 源?錚?B | 10111000101110110011111111101111101000110011111101000010 | b8bb3fefa33f42 |
UTF-8 | 源렋錚렟B | 11100110101110101001000011101011101000001000101111101001100011001001101011101011101000001001111101000010 | e6ba90eba08be98c9aeba09f42 |
UHC | 源렋錚렟B | 111010101011100110001110101000101110111010110110100011101011000001000010 | eab98ea2eeb68eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)