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 | 壯猫壯杳^ | 100110101110000110010100010011001001101011100001100111011110000001011110 | 9ae1944c9ae19de05e |
EUC-JP | 壯猫壯杳^ | 110101001110001111000111101011011101010011100011110110101110001001011110 | d4e3c7add4e3dae25e |
UTF-8 | 壯猫壯杳^ | 11100101101000111010111111100111100011001010101111100101101000111010111111100110100111011011001101011110 | e5a3afe78cabe5a3afe69db35e |
UHC | 壯猫壯杳^ | 111011011110000011011001110111101110110111100000110110011101110001011110 | ede0d9deede0d9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)