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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 遮写遮写^ | 100011101101010110001110110010101000111011010101100011101100101001011110 | 8ed58eca8ed58eca5e |
EUC-JP | 遮写遮写^ | 101111001101011110111100110011001011110011010111101111001100110001011110 | bcd7bcccbcd7bccc5e |
UTF-8 | 遮写遮写^ | 11101001100000011010111011100101100001101001100111101001100000011010111011100101100001101001100101011110 | e981aee58699e981aee586995e |
UHC | 遮?遮?^ | 11110011101101000011111111110011101101000011111101011110 | f3b43ff3b43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)