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 | ??E??\ | 001111110011111101000101001111110011111101011100 | 3f3f453f3f5c |
SJIS-WIN | 嶸ェE嶸ェ\ | 1111101010110100101010100100010111111010101101001010101001011100 | fab4aa45fab4aa5c |
EUC-JP | 嶸ェE嶸ェ\ | 100011111011101111110100100011101010101001000101100011111011101111110100100011101010101001011100 | 8fbbf48eaa458fbbf48eaa5c |
UTF-8 | 嶸ェE嶸ェ\ | 1110010110110110101110001110111110111101101010100100010111100101101101101011100011101111101111011010101001011100 | e5b6b8efbdaa45e5b6b8efbdaa5c |
UHC | 嶸?E嶸?\ | 1110011110101110001111110100010111100111101011100011111101011100 | e7ae3f45e7ae3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)