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 | 髷慌] | 1110100110011110100011010101000101011101 | e99e8d515d |
EUC-JP | 髷慌] | 1111000111111110101110011011001001011101 | f1feb9b25d |
UTF-8 | 髷慌] | 11101001101010111011011111100110100001011000110001011101 | e9abb7e6858c5d |
UHC | ?慌] | 00111111111111001100101101011101 | 3ffccb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)