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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韋門遂韋 | 1110100011101000100101101110010110010000100010111110100011101000 | e8e896e5908be8e8 |
EUC-JP | 韋門遂韋 | 1111000011101010110011001110011110111111111010111111000011101010 | f0eacce7bfebf0ea |
UTF-8 | 韋門遂韋 | 111010011001111110001011111010011001011010000000111010011000000110000010111010011001111110001011 | e99f8be99680e98182e99f8b |
UHC | 韋門遂韋 | 1110101011011111110110101010011011100010110001001110101011011111 | eadfdaa6e2c4eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)