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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 謗ェ\ | 11100110100011101010101001011100 | e68eaa5c |
EUC-JP | 謗ェ\ | 1110101111101110100011101010101001011100 | ebee8eaa5c |
UTF-8 | 謗ェ\ | 11101000101011001001011111101111101111011010101001011100 | e8ac97efbdaa5c |
UHC | 謗?\ | 11011011101111110011111101011100 | dbbf3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)