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 | 七鉸質韋 | 11110000111000101000111010110101111110111100111010001110101111111110100011101000 | f0e28eb5fbce8ebfe8e8 |
EUC-JP | ?七鉸質韋 | 00111111101111001011011110001111111000111111001010111100110000011111000011101010 | 3fbcb78fe3f2bcc1f0ea |
UTF-8 | 七鉸質韋 | 111011101000001010100001111001001011100010000011111010011000100110111000111010001011001110101010111010011001111110001011 | ee82a1e4b883e989b8e8b3aae99f8b |
UHC | ?七?質韋 | 0011111111110110110100100011111111110010111101011110101011011111 | 3ff6d23ff2f5eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)