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 | シチシレ | 101111001100000111110001111001001011110011011010 | bcc1f1e4bcda |
EUC-JP | シチ?シレ | 100011101011110010001110110000010011111110001110101111001000111011011010 | 8ebc8ec13f8ebc8eda |
UTF-8 | シチシレ | 111011111011110110111100111011111011111010000001111011101000010110011111111011111011110110111100111011111011111010011010 | efbdbcefbe81ee859fefbdbcefbe9a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)