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^ | 1110001110110101100010011110110110001111010101110100010001011110 | e3b589ed8f57445e |
EUC-JP | 羞駕集D^ | 1110011010110111101100101110111110111101101110000100010001011110 | e6b7b2efbdb8445e |
UTF-8 | 羞駕集D^ | 1110011110111110100111101110100110100111100101011110100110011011100001100100010001011110 | e7be9ee9a795e99b86445e |
UHC | 羞駕集D^ | 1110001010111010110010101011110111110011101000100100010001011110 | e2bacabdf3a2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)