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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 煆贖 | 11111011010101101110011011011100 | fb56e6dc |
EUC-JP | 煆贖 | 1000111111001001111101001110110011011110 | 8fc9f4ecde |
UTF-8 | 煆贖 | 111001111000010110000110111010001011010010010110 | e78586e8b496 |
UHC | ?贖 | 001111111110000111011011 | 3fe1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)