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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?氓?ⅱ夭 | 0011111110011111100000100011111111111010010000011001101011101110 | 3f9f823ffa419aee |
EUC-JP | ?氓??夭 | 00111111110111011110001000111111001111111101010011110000 | 3fdde23f3fd4f0 |
UTF-8 | 뤗氓뀌ⅱ夭 | 111010111010010010010111111001101011000010010011111010111000000010001100111000101000010110110001111001011010010010101101 | eba497e6b093eb808ce285b1e5a4ad |
UHC | 뤗氓뀌ⅱ夭 | 10001111110001111101100011101100101100101110111010100101101000101110100011101100 | 8fc7d8ecb2eea5a2e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)