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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 仇?脅^ | 100010110111011100111111100010111011101001011110 | 8b773f8bba5e |
EUC-JP | 仇?脅^ | 101101011101100000111111101101101011110001011110 | b5d83fb6bc5e |
UTF-8 | 仇싋脅^ | 11100100101110111000011111101100100010111000101111101000100001001000010101011110 | e4bb87ec8b8be884855e |
UHC | 仇싋脅^ | 11001110111110111001101011001110111110101111011001011110 | cefb9acefaf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)