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 | ???Y^ | 0011111100111111001111110101100101011110 | 3f3f3f595e |
SJIS-WIN | 叩則但Y^ | 1001001001000000100100011010010110010010010000010101100101011110 | 924091a59241595e |
EUC-JP | 叩則但Y^ | 1100001110100001110000101010011111000011101000100101100101011110 | c3a1c2a7c3a2595e |
UTF-8 | 叩則但Y^ | 1110010110001111101010011110010110001001100001111110010010111101100001100101100101011110 | e58fa9e58987e4bd86595e |
UHC | 叩則但Y^ | 1100110110110000111101101100111011010011101000110101100101011110 | cdb0f6ced3a3595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)