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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 棚短P | 1001001001001001100100100101101001010000 | 9249925a50 |
EUC-JP | 棚短P | 1100001110101010110000111011101101010000 | c3aac3bb50 |
UTF-8 | 棚短P | 11100110101000111001101011100111100111111010110101010000 | e6a39ae79fad50 |
UHC | 棚短P | 1101110111011100110100111010110101010000 | dddcd3ad50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)