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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 捨皴B | 1000111011001100111000011010110101000010 | 8ecce1ad42 |
EUC-JP | 捨皴B | 1011110011001110111000101010111101000010 | bccee2af42 |
UTF-8 | 捨皴B | 11100110100011011010100011100111100110101011010001000010 | e68da8e79ab442 |
UHC | 捨?B | 11011110110101110011111101000010 | ded73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)