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{^ | 100100100100000101110010011111011001001001000001011100100111101101011110 | 9241727d9241727b5e |
EUC-JP | 但r}但r{^ | 110000111010001001110010011111011100001110100010011100100111101101011110 | c3a2727dc3a2727b5e |
UTF-8 | 但r}但r{^ | 1110010010111101100001100111001001111101111001001011110110000110011100100111101101011110 | e4bd86727de4bd86727b5e |
UHC | 但r}但r{^ | 110100111010001101110010011111011101001110100011011100100111101101011110 | d3a3727dd3a3727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)