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 | 魘欝] | 1110100110110100100010010101010001011101 | e9b489545d |
EUC-JP | 魘欝] | 1111001010110110101100011011010101011101 | f2b6b1b55d |
UTF-8 | 魘欝] | 11101001101011011001100011100110101011001001110101011101 | e9ad98e6ac9d5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)