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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????Ι | 001111110011111100111111001111111000001110100111 | 3f3f3f3f83a7 |
EUC-JP | ????Ι | 001111110011111100111111001111111010011010101001 | 3f3f3f3fa6a9 |
UTF-8 | 렺씻┙씻Ι | 1110101110100000101110101110110010010100101110111110001010010100100110011110110010010100101110111100111010011001 | eba0baec94bbe29499ec94bbce99 |
UHC | 렺씻┙씻Ι | 10001110110000101011111011000100101001101100010010111110110001001010010111001001 | 8ec2bec4a6c4bec4a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)