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 | ?p? | 001111110111000000111111 | 3f703f |
SJIS-WIN | 叩p叩 | 1001001001000000011100001001001001000000 | 9240709240 |
EUC-JP | 叩p叩 | 1100001110100001011100001100001110100001 | c3a170c3a1 |
UTF-8 | 叩p叩 | 11100101100011111010100101110000111001011000111110101001 | e58fa970e58fa9 |
UHC | 叩p叩 | 1100110110110000011100001100110110110000 | cdb070cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)