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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 運蓑 | 10001001010111101001011010101010 | 895e96aa |
EUC-JP | 運蓑 | 10110001101111111100110010101100 | b1bfccac |
UTF-8 | 運蓑 | 111010011000000110001011111010001001001110010001 | e9818be89391 |
UHC | 運蓑 | 11101010101000011101111011101110 | eaa1deee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)