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 | 1001001001000001100100100100110001010000 | 9241924c50 |
EUC-JP | 但鱈P | 1100001110100010110000111010110101010000 | c3a2c3ad50 |
UTF-8 | 但鱈P | 11100100101111011000011011101001101100011000100001010000 | e4bd86e9b18850 |
UHC | 但?P | 11010011101000110011111101010000 | d3a33f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)