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 | ?M}?M{^ | 00111111010011010111110100111111010011010111101101011110 | 3f4d7d3f4d7b5e |
SJIS-WIN | 叩M}叩M{^ | 100100100100000001001101011111011001001001000000010011010111101101011110 | 92404d7d92404d7b5e |
EUC-JP | 叩M}叩M{^ | 110000111010000101001101011111011100001110100001010011010111101101011110 | c3a14d7dc3a14d7b5e |
UTF-8 | 叩M}叩M{^ | 1110010110001111101010010100110101111101111001011000111110101001010011010111101101011110 | e58fa94d7de58fa94d7b5e |
UHC | 叩M}叩M{^ | 110011011011000001001101011111011100110110110000010011010111101101011110 | cdb04d7dcdb04d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)