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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 痾唏疽F | 11100001011111011001101001001000111000010111001101000110 | e17d9a48e17346 |
EUC-JP | 痾唏疽F | 11100001110111101101001110101001111000011101010001000110 | e1ded3a9e1d446 |
UTF-8 | 痾唏疽F | 11100111100101111011111011100101100101001000111111100111100101101011110101000110 | e797bee5948fe796bd46 |
UHC | ??疽F | 0011111100111111111011101100010101000110 | 3f3feec546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)