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 | ??Н | 00111111001111111000010001001110 | 3f3f844e |
EUC-JP | 轝?Н | 100011111110000110101010001111111010011110101111 | 8fe1aa3fa7af |
UTF-8 | 轝뚮Н | 1110100010111101100111011110101110011010101011101101000010011101 | e8bd9deb9aaed09d |
UHC | 轝뚮Н | 111001101010110010001100111010111010110010101111 | e6ac8cebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)