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 | 鏃?憶?提 | 1110100001010110001111111000100110101111001111111001001011110001 | e8563f89af3f92f1 |
EUC-JP | 鏃?憶?提 | 1110111110110111001111111011001010110001001111111100010011110011 | efb73fb2b13fc4f3 |
UTF-8 | 鏃렦憶렖提 | 111010011000111110000011111010111010000010100110111001101000011010110110111010111010000010010110111001101000111110010000 | e98f83eba0a6e686b6eba096e68f90 |
UHC | 鏃렦憶렖提 | 11110000111011001000111010110101111001011110001110001110101010111111000010101011 | f0ec8eb5e5e38eabf0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)