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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 髱渦] | 1110100110011101100010010101000101011101 | e99d89515d |
EUC-JP | 髱渦] | 1111000111111101101100011011001001011101 | f1fdb1b25d |
UTF-8 | 髱渦] | 11101001101010111011000111100110101110001010011001011101 | e9abb1e6b8a65d |
UHC | ?渦] | 00111111111010001011111001011101 | 3fe8be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)