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 | 1001001001000001100100100100000001010000 | 9241924050 |
EUC-JP | 但叩P | 1100001110100010110000111010000101010000 | c3a2c3a150 |
UTF-8 | 但叩P | 11100100101111011000011011100101100011111010100101010000 | e4bd86e58fa950 |
UHC | 但叩P | 1101001110100011110011011011000001010000 | d3a3cdb050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)