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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | イ靹ォB | 11110000101110101011001011101000110101101010101101000010 | f0bab2e8d6ab42 |
EUC-JP | ?イ靹ォB | 0011111110001110101100101111000011011000100011101010101101000010 | 3f8eb2f0d88eab42 |
UTF-8 | イ靹ォB | 11101110100000011011100111101111101111011011001011101001100111011011100111101111101111011010101101000010 | ee81b9efbdb2e99db9efbdab42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)