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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邨ョ陌 | 1110011110110101101011101110100010011001 | e7b5aee899 |
EUC-JP | 邨ョ陌 | 111011101011011110001110101011101110111111111001 | eeb78eaeeff9 |
UTF-8 | 邨ョ陌 | 111010011000001010101000111011111011110110101110111010011001100110001100 | e982a8efbdaee9998c |
UHC | 邨?陌 | 1111010110111110001111111101100011101000 | f5be3fd8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)