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^ | 1001101110001100001111110101001001001100100110111000110000111111010100100100110001011110 | 9b8c3f524c9b8c3f524c5e |
EUC-JP | 寥?RL寥?RL^ | 1101010111101100001111110101001001001100110101011110110000111111010100100100110001011110 | d5ec3f524cd5ec3f524c5e |
UTF-8 | 寥렔RL寥렔RL^ | 1110010110101111101001011110101110100000100101000101001001001100111001011010111110100101111010111010000010010100010100100100110001011110 | e5afa5eba094524ce5afa5eba094524c5e |
UHC | 寥렔RL寥렔RL^ | 11101000111011111000111010101001010100100100110011101000111011111000111010101001010100100100110001011110 | e8ef8ea9524ce8ef8ea9524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)