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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 譽?C | 11100110101000110011111101000011 | e6a33f43 |
EUC-JP | 譽?C | 11101100101001010011111101000011 | eca53f43 |
UTF-8 | 譽켦C | 11101000101011011011110111101100101111001010011001000011 | e8adbdecbca643 |
UHC | 譽켦C | 1110011111100010101100010110001001000011 | e7e2b16243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)