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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 痾痣鱆痣F | 111000010111110111100001011110111110100111100001111000010111101101000110 | e17de17be9e1e17b46 |
EUC-JP | 痾痣鱆痣F | 111000011101111011100001110111001111001011100011111000011101110001000110 | e1dee1dcf2e3e1dc46 |
UTF-8 | 痾痣鱆痣F | 11100111100101111011111011100111100101111010001111101001101100011000011011100111100101111010001101000110 | e797bee797a3e9b186e797a346 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)