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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 灑}灑{^ | 11100000011100100111110111100000011100100111101101011110 | e0727de0727b5e |
EUC-JP | 灑}灑{^ | 11011111110100110111110111011111110100110111101101011110 | dfd37ddfd37b5e |
UTF-8 | 灑}灑{^ | 111001111000000110010001011111011110011110000001100100010111101101011110 | e781917de781917b5e |
UHC | 灑}灑{^ | 11100001111011100111110111100001111011100111101101011110 | e1ee7de1ee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)