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 | 1011111011010000100011101101100101000110 | bed08ed946 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ???ÙF | 00111111001111110011111110001111101010101110001101000110 | 3f3f3f8faae346 |
UTF-8 | ¾ÐÙF | 110000101011111011000011100100001100001010001110110000111001100101000110 | c2bec390c28ec39946 |
UHC | ¾Ð??F | 10101000111110101010100010100010001111110011111101000110 | a8faa8a23f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)