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 | ?q}?q{^ | 00111111011100010111110100111111011100010111101101011110 | 3f717d3f717b5e |
SJIS-WIN | 但q}但q{^ | 100100100100000101110001011111011001001001000001011100010111101101011110 | 9241717d9241717b5e |
EUC-JP | 但q}但q{^ | 110000111010001001110001011111011100001110100010011100010111101101011110 | c3a2717dc3a2717b5e |
UTF-8 | 但q}但q{^ | 1110010010111101100001100111000101111101111001001011110110000110011100010111101101011110 | e4bd86717de4bd86717b5e |
UHC | 但q}但q{^ | 110100111010001101110001011111011101001110100011011100010111101101011110 | d3a3717dd3a3717b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)