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 | 閼ア陲紋ソ | 1110100010000100101100011110100010100010100101101110010010111111 | e884b1e8a296e4bf |
EUC-JP | 閼ア陲紋ソ | 11101111111001001000111010110001111100001010010011001100111001101000111010111111 | efe48eb1f0a4cce68ebf |
UTF-8 | 閼ア陲紋ソ | 111010011001011010111100111011111011110110110001111010011001100110110010111001111011010010001011111011111011110110111111 | e996bcefbdb1e999b2e7b48befbdbf |
UHC | 閼??紋? | 11100100110110010011111100111111110110101010001100111111 | e4d93f3fdaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)