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 | ?v?v^ | 0011111101110110001111110111011001011110 | 3f763f765e |
SJIS-WIN | 但v但v^ | 10010010010000010111011010010010010000010111011001011110 | 9241769241765e |
EUC-JP | 但v但v^ | 11000011101000100111011011000011101000100111011001011110 | c3a276c3a2765e |
UTF-8 | 但v但v^ | 111001001011110110000110011101101110010010111101100001100111011001011110 | e4bd8676e4bd86765e |
UHC | 但v但v^ | 11010011101000110111011011010011101000110111011001011110 | d3a376d3a3765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)