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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 丹存@h | 100100100100111110010001101101100100000001101000 | 924f91b64068 |
EUC-JP | 丹存@h | 110000111011000011000010101110000100000001101000 | c3b0c2b84068 |
UTF-8 | 丹存@h | 1110010010111000101110011110010110101101100110000100000001101000 | e4b8b9e5ad984068 |
UHC | 丹存@h | 110100111010000111110000111011010100000001101000 | d3a1f0ed4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)