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 | RLRL^ | 111100101100000101010010010011001111001011000001010100100100110001011110 | f2c1524cf2c1524c5e |
EUC-JP | ?RL?RL^ | 00111111010100100100110000111111010100100100110001011110 | 3f524c3f524c5e |
UTF-8 | RLRL^ | 1110111010000111101110000101001001001100111011101000011110111000010100100100110001011110 | ee87b8524cee87b8524c5e |
UHC | ?RL?RL^ | 00111111010100100100110000111111010100100100110001011110 | 3f524c3f524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)