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{^ | 00111111010101100111110100111111010101100111101101011110 | 3f567d3f567b5e |
SJIS-WIN | 但V}但V{^ | 100100100100000101010110011111011001001001000001010101100111101101011110 | 9241567d9241567b5e |
EUC-JP | 但V}但V{^ | 110000111010001001010110011111011100001110100010010101100111101101011110 | c3a2567dc3a2567b5e |
UTF-8 | 但V}但V{^ | 1110010010111101100001100101011001111101111001001011110110000110010101100111101101011110 | e4bd86567de4bd86567b5e |
UHC | 但V}但V{^ | 110100111010001101010110011111011101001110100011010101100111101101011110 | d3a3567dd3a3567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)