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 | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-WIN | 舅r}舅r{^ | 111001000110111001110010011111011110010001101110011100100111101101011110 | e46e727de46e727b5e |
EUC-JP | 舅r}舅r{^ | 111001111100111101110010011111011110011111001111011100100111101101011110 | e7cf727de7cf727b5e |
UTF-8 | 舅r}舅r{^ | 1110100010001000100001010111001001111101111010001000100010000101011100100111101101011110 | e88885727de88885727b5e |
UHC | 舅r}舅r{^ | 110011111100000001110010011111011100111111000000011100100111101101011110 | cfc0727dcfc0727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)