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 | 而??? | 1000111010100111001111110011111100111111 | 8ea73f3f3f |
EUC-JP | 而??? | 1011110010101001001111110011111100111111 | bca93f3f3f |
UTF-8 | 而흗렣렢 | 111010001000000010001100111011011001110110010111111010111010000010100011111010111010000010100010 | e8808ced9d97eba0a3eba0a2 |
UHC | 而흗렣렢 | 1110110010111011110010001110100110001110101101001000111010110011 | ecbbc8e98eb48eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)