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^ | 001111110011111101010010010011000011111100111111010100100100110001011110 | 3f3f524c3f3f524c5e |
SJIS-WIN | ?叩RL?叩RL^ | 0011111110010010010000000101001001001100001111111001001001000000010100100100110001011110 | 3f9240524c3f9240524c5e |
EUC-JP | ?叩RL?叩RL^ | 0011111111000011101000010101001001001100001111111100001110100001010100100100110001011110 | 3fc3a1524c3fc3a1524c5e |
UTF-8 | 렺叩RL렺叩RL^ | 1110101110100000101110101110010110001111101010010101001001001100111010111010000010111010111001011000111110101001010100100100110001011110 | eba0bae58fa9524ceba0bae58fa9524c5e |
UHC | 렺叩RL렺叩RL^ | 10001110110000101100110110110000010100100100110010001110110000101100110110110000010100100100110001011110 | 8ec2cdb0524c8ec2cdb0524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)