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{^ | 100110111101001001110010011111011001101111010010011100100111101101011110 | 9bd2727d9bd2727b5e |
EUC-JP | 嶬r}嶬r{^ | 110101101101010001110010011111011101011011010100011100100111101101011110 | d6d4727dd6d4727b5e |
UTF-8 | 嶬r}嶬r{^ | 1110010110110110101011000111001001111101111001011011011010101100011100100111101101011110 | e5b6ac727de5b6ac727b5e |
UHC | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)