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^ | 11101001111011111000111010101001010100100100110011101001111011111000111010101001010100100100110001011110 | e9ef8ea9524ce9ef8ea9524c5e |
EUC-JP | 鴆自RL鴆自RL^ | 11110010111100011011110010101011010100100100110011110010111100011011110010101011010100100100110001011110 | f2f1bcab524cf2f1bcab524c5e |
UTF-8 | 鴆自RL鴆自RL^ | 1110100110110100100001101110100010000111101010100101001001001100111010011011010010000110111010001000011110101010010100100100110001011110 | e9b486e887aa524ce9b486e887aa524c5e |
UHC | ?自RL?自RL^ | 0011111111101101101110110101001001001100001111111110110110111011010100100100110001011110 | 3fedbb524c3fedbb524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)