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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淲而炫 | 111110110100010010001110101001111111101101010010 | fb448ea7fb52 |
EUC-JP | ?而炫 | 001111111011110010101001100011111100100111010011 | 3fbca98fc9d3 |
UTF-8 | 淲而炫 | 111001101011011110110010111010001000000010001100111001111000001010101011 | e6b7b2e8808ce782ab |
UHC | ?而炫 | 0011111111101100101110111111101011011011 | 3fecbbfadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)