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 | ÛÞâö^ | 1101101111011110111000101111011001011110 | dbdee2f65e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÛÞâö^ | 10001111101010101110010110001111101010011011000010001111101010111010010010001111101010111101001101011110 | 8faae58fa9b08faba48fabd35e |
UTF-8 | ÛÞâö^ | 110000111001101111000011100111101100001110100010110000111011011001011110 | c39bc39ec3a2c3b65e |
UHC | ?Þ??^ | 001111111010100010101101001111110011111101011110 | 3fa8ad3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)