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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蹄???有 | 10010010111110110011111100111111001111111001011101001100 | 92fb3f3f3f974c |
EUC-JP | 蹄???有 | 11000100111111010011111100111111001111111100110110101101 | c4fd3f3f3fcdad |
UTF-8 | 蹄흗렍렞有 | 111010001011100110000100111011011001110110010111111010111010000010001101111010111010000010011110111001101001110010001001 | e8b984ed9d97eba08deba09ee69c89 |
UHC | 蹄흗렍렞有 | 11110000101101001100100011101001100011101010001110001110101011111110101011110011 | f0b4c8e98ea38eafeaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)