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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 暸雉F | 1001111001000001111010001011001101000110 | 9e41e8b346 |
EUC-JP | 暸雉F | 1101101110100010111100001011010101000110 | dba2f0b546 |
UTF-8 | 暸雉F | 11100110100110101011100011101001100110111000100101000110 | e69ab8e99b8946 |
UHC | ?雉F | 00111111111101101100101101000110 | 3ff6cb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)