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 | 譿鈴鍵 | 111110111010110010010111111010011000110010101110 | fbac97e98cae |
EUC-JP | ?鈴鍵 | 0011111111001110111010111011100010110000 | 3fceebb8b0 |
UTF-8 | 譿鈴鍵 | 111010001010110110111111111010011000100010110100111010011000110110110101 | e8adbfe988b4e98db5 |
UHC | ?鈴鍵 | 0011111111010110110000101100101111110101 | 3fd6c2cbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)