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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 源?賈製 | 10001100101110010011111111100110110010011001000010111011 | 8cb93fe6c990bb |
EUC-JP | 源?賈製 | 10111000101110110011111111101100110010111100000010111101 | b8bb3feccbc0bd |
UTF-8 | 源잰賈製 | 111001101011101010010000111011001001111010110000111010001011001110001000111010001010001110111101 | e6ba90ec9eb0e8b388e8a3bd |
UHC | 源잰賈製 | 1110101010111001110000001110100111001010101110011111000010110010 | eab9c0e9cab9f0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)