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 | 硝ュ\ | 10001111110010011010110101011100 | 8fc9ad5c |
EUC-JP | 硝ュ\ | 1011111011001011100011101010110101011100 | becb8ead5c |
UTF-8 | 硝ュ\ | 11100111101000011001110111101111101111011010110101011100 | e7a19defbdad5c |
UHC | 硝?\ | 11110101101001100011111101011100 | f5a63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)