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 | ?W}?W{^ | 00111111010101110111110100111111010101110111101101011110 | 3f577d3f577b5e |
SJIS-WIN | 帙W}帙W{^ | 100110111110001101010111011111011001101111100011010101110111101101011110 | 9be3577d9be3577b5e |
EUC-JP | 帙W}帙W{^ | 110101101110010101010111011111011101011011100101010101110111101101011110 | d6e5577dd6e5577b5e |
UTF-8 | 帙W}帙W{^ | 1110010110111000100110010101011101111101111001011011100010011001010101110111101101011110 | e5b899577de5b899577b5e |
UHC | 帙W}帙W{^ | 111100101110110101010111011111011111001011101101010101110111101101011110 | f2ed577df2ed577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)