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 | 巐ァ巐逸圖 | 111110101011011010100111111110101011011010001000111011011001101010100100 | fab6a7fab688ed9aa4 |
EUC-JP | 巐ァ巐逸圖 | 100011111011101111111001100011101010011110001111101110111111100110110000111011111101010010100110 | 8fbbf98ea78fbbf9b0efd4a6 |
UTF-8 | 巐ァ巐逸圖 | 111001011011011110010000111011111011110110100111111001011011011110010000111010011000000010111000111001011001110010010110 | e5b790efbda7e5b790e980b8e59c96 |
UHC | ???逸圖 | 00111111001111110011111111101100111011111101001111110001 | 3f3f3fecefd3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)