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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嵂軟貍 | 111110101011001010010011111011101110011010111100 | fab293eee6bc |
EUC-JP | 嵂軟貍 | 10001111101110111101000011000110111100001110110010111110 | 8fbbd0c6f0ecbe |
UTF-8 | 嵂軟貍 | 111001011011010110000010111010001011101110011111111010001011001010001101 | e5b582e8bb9fe8b28d |
UHC | ?軟? | 00111111111001101110001100111111 | 3fe6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)