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?wF | 0011111101010000001111110111011101000110 | 3f503f7746 |
SJIS-WIN | 短P叩wF | 10010010010110100101000010010010010000000111011101000110 | 925a5092407746 |
EUC-JP | 短P叩wF | 11000011101110110101000011000011101000010111011101000110 | c3bb50c3a17746 |
UTF-8 | 短P叩wF | 111001111001111110101101010100001110010110001111101010010111011101000110 | e79fad50e58fa97746 |
UHC | 短P叩wF | 11010011101011010101000011001101101100000111011101000110 | d3ad50cdb07746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)