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 | ?w}?w{^ | 00111111011101110111110100111111011101110111101101011110 | 3f777d3f777b5e |
SJIS-WIN | ?w}?w{^ | 00111111011101110111110100111111011101110111101101011110 | 3f777d3f777b5e |
EUC-JP | ?w}?w{^ | 00111111011101110111110100111111011101110111101101011110 | 3f777d3f777b5e |
UTF-8 | 묧w}묧w{^ | 1110101110101100101001110111011101111101111010111010110010100111011101110111101101011110 | ebaca7777debaca7777b5e |
UHC | 묧w}묧w{^ | 100100011111111001110111011111011001000111111110011101110111101101011110 | 91fe777d91fe777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)