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 | ?RL?RL^ | 00111111010100100100110000111111010100100100110001011110 | 3f524c3f524c5e |
SJIS-WIN | 叩RL叩RL^ | 100100100100000001010010010011001001001001000000010100100100110001011110 | 9240524c9240524c5e |
EUC-JP | 叩RL叩RL^ | 110000111010000101010010010011001100001110100001010100100100110001011110 | c3a1524cc3a1524c5e |
UTF-8 | 叩RL叩RL^ | 1110010110001111101010010101001001001100111001011000111110101001010100100100110001011110 | e58fa9524ce58fa9524c5e |
UHC | 叩RL叩RL^ | 110011011011000001010010010011001100110110110000010100100100110001011110 | cdb0524ccdb0524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)