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 | シソ晶チシ | 101111001011111110001111101110111100000110111100 | bcbf8fbbc1bc |
EUC-JP | シソ晶チシ | 10001110101111001000111010111111101111101011110110001110110000011000111010111100 | 8ebc8ebfbebd8ec18ebc |
UTF-8 | シソ晶チシ | 111011111011110110111100111011111011110110111111111001101001100110110110111011111011111010000001111011111011110110111100 | efbdbcefbdbfe699b6efbe81efbdbc |
UHC | ??晶?? | 001111110011111111101111110111000011111100111111 | 3f3fefdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)