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 | 蟐、竏ス蟇 | 1110010110101010101001001110001010001000101111011110010110101111 | e5aaa4e288bde5af |
EUC-JP | 蟐、竏ス蟇 | 11101010101011001000111010100100111000111110100010001110101111011110101010110001 | eaac8ea4e3e88ebdeab1 |
UTF-8 | 蟐、竏ス蟇 | 111010001001111110010000111011111011110110100100111001111010101110001111111011111011110110111101111010001001111110000111 | e89f90efbda4e7ab8fefbdbde89f87 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)