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 | 豈ォ德倡ソ | 1110011010101111101010111111101010111010100110001110011110111111 | e6afabfaba98e7bf |
EUC-JP | 豈ォ?倡ソ | 111011001011000110001110101010110011111111010000111010011000111010111111 | ecb18eab3fd0e98ebf |
UTF-8 | 豈ォ德倡ソ | 111010001011000110001000111011111011110110101011111001011011111010110111111001011000000010100001111011111011110110111111 | e8b188efbdabe5beb7e580a1efbdbf |
UHC | 豈?德倡? | 1101000111000010001111111101001111101100111100111101101100111111 | d1c23fd3ecf3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)