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 | ?KY?KbnoBF | 00111111010010110101100100111111010010110110001001101110011011110100001001000110 | 3f4b593f4b626e6f4246 |
SJIS-WIN | 叩KY叩KbnoBF | 100100100100000001001011010110011001001001000000010010110110001001101110011011110100001001000110 | 92404b5992404b626e6f4246 |
EUC-JP | 叩KY叩KbnoBF | 110000111010000101001011010110011100001110100001010010110110001001101110011011110100001001000110 | c3a14b59c3a14b626e6f4246 |
UTF-8 | 叩KY叩KbnoBF | 1110010110001111101010010100101101011001111001011000111110101001010010110110001001101110011011110100001001000110 | e58fa94b59e58fa94b626e6f4246 |
UHC | 叩KY叩KbnoBF | 110011011011000001001011010110011100110110110000010010110110001001101110011011110100001001000110 | cdb04b59cdb04b626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)