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 | ????C? | 001111110011111100111111001111110100001100111111 | 3f3f3f3f433f |
SJIS-WIN | 葹イ貉ソC葹 | 111001001101111110110010111001101011100110111111010000111110010011011111 | e4dfb2e6b9bf43e4df |
EUC-JP | 葹イ貉ソC葹 | 1110100011100001100011101011001011101100101110111000111010111111010000111110100011100001 | e8e18eb2ecbb8ebf43e8e1 |
UTF-8 | 葹イ貉ソC葹 | 11101000100100011011100111101111101111011011001011101000101100101000100111101111101111011011111101000011111010001001000110111001 | e891b9efbdb2e8b289efbdbf43e891b9 |
UHC | ????C? | 001111110011111100111111001111110100001100111111 | 3f3f3f3f433f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)