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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 惑辧惑辧^ | 100110000110011010011001100111111001100001100110100110011001111101011110 | 9866999f9866999f5e |
EUC-JP | 惑辧惑辧^ | 110011111100011111010010101000011100111111000111110100101010000101011110 | cfc7d2a1cfc7d2a15e |
UTF-8 | 惑辧惑辧^ | 11100110100000111001000111101000101111101010011111100110100000111001000111101000101111101010011101011110 | e68391e8bea7e68391e8bea75e |
UHC | 惑?惑?^ | 11111011111000110011111111111011111000110011111101011110 | fbe33ffbe33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)