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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?棄^ | 00111111100010101111110001011110 | 3f8afc5e |
EUC-JP | 雩棄^ | 100011111110011011111010101101001111111001011110 | 8fe6fab4fe5e |
UTF-8 | 雩棄^ | 11101001100110111010100111100110101000111000010001011110 | e99ba9e6a3845e |
UHC | 雩棄^ | 1110100111101100110100011010010101011110 | e9ecd1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)