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 | 0011111101010000 | 3f50 |
SJIS-WIN | 但P | 100100100100000101010000 | 924150 |
EUC-JP | 但P | 110000111010001001010000 | c3a250 |
UTF-8 | 但P | 11100100101111011000011001010000 | e4bd8650 |
UHC | 但P | 110100111010001101010000 | d3a350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)