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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 喩???\ | 100110100110011100111111001111110011111101011100 | 9a673f3f3f5c |
EUC-JP | 喩???\ | 110100111100100000111111001111110011111101011100 | d3c83f3f3f5c |
UTF-8 | 喩뀌렣렔\ | 11100101100101101010100111101011100000001000110011101011101000001010001111101011101000001001010001011100 | e596a9eb808ceba0a3eba0945c |
UHC | 喩뀌렣렔\ | 111010101110011110110010111011101000111010110100100011101010100101011100 | eae7b2ee8eb48ea95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)