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 | ???RQ] | 001111110011111100111111010100100101000101011101 | 3f3f3f52515d |
SJIS-WIN | 狸旦息RQ] | 100100100100101110010010010101011001000110100111010100100101000101011101 | 924b925591a752515d |
EUC-JP | 狸旦息RQ] | 110000111010110011000011101101101100001010101001010100100101000101011101 | c3acc3b6c2a952515d |
UTF-8 | 狸旦息RQ] | 111001111000101110111000111001101001011110100110111001101000000110101111010100100101000101011101 | e78bb8e697a6e681af52515d |
UHC | 狸旦息RQ] | 110101111110000111010011101010011110001111010011010100100101000101011101 | d7e1d3a9e3d352515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)