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 | ?斷 | 001111111001110111010000 | 3f9dd0 |
EUC-JP | 翟斷 | 1000111111010101101111001101101011010010 | 8fd5bcdad2 |
UTF-8 | 翟斷 | 111001111011111110011111111001101001011010110111 | e7bf9fe696b7 |
UHC | 翟斷 | 11101110111000011101001110101000 | eee1d3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)