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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | チ」イ戝」イ襭 | 110000011010001110110010111001101100000110100011101100101110011001000010 | c1a3b2e6c1a3b2e642 |
EUC-JP | チ」イ戝」イ襭 | 1000111011000001100011101010001110001110101100101110110011000011100011101010001110001110101100101110101110100011 | 8ec18ea38eb2ecc38ea38eb2eba3 |
UTF-8 | チ」イ戝」イ襭 | 111011111011111010000001111011111011110110100011111011111011110110110010111001101000100010011101111011111011110110100011111011111011110110110010111010001010010110101101 | efbe81efbda3efbdb2e6889defbda3efbdb2e8a5ad |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)