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 | ?????l | 001111110011111100111111001111110011111101101100 | 3f3f3f3f3f6c |
SJIS-WIN | 源?o諸?l | 100011001011100100111111100000101000111110001111100101000011111101101100 | 8cb93f828f8f943f6c |
EUC-JP | 源?o諸?l | 101110001011101100111111101000111110111110111101111101000011111101101100 | b8bb3fa3efbdf43f6c |
UTF-8 | 源장o諸렖l | 11100110101110101001000011101100100111101010010111101111101111011000111111101000101010111011100011101011101000001001011001101100 | e6ba90ec9ea5efbd8fe8abb8eba0966c |
UHC | 源장o諸렖l | 1110101010111001110000001110010110100011111011111111000010110011100011101010101101101100 | eab9c0e5a3eff0b38eab6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)