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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 荼居輯D^ | 1110010010110110100010111000111110001111010100110100010001011110 | e4b68b8f8f53445e |
EUC-JP | 荼居輯D^ | 1110100010111000101101011110111110111101101101000100010001011110 | e8b8b5efbdb4445e |
UTF-8 | 荼居輯D^ | 1110100010001101101111001110010110110001100001011110100010111100101011110100010001011110 | e88dbce5b185e8bcaf445e |
UHC | ?居輯D^ | 00111111110010111101110011110010111111100100010001011110 | 3fcbdcf2fe445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)