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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 轝?Ŀ佾 | 10001111111000011010101000111111100011111010100110101001100011111011000011111011 | 8fe1aa3f8fa9a98fb0fb |
UTF-8 | 轝뚮Ŀ佾 | 1110100010111101100111011110101110011010101011101100010010111111111001001011110110111110 | e8bd9deb9aaec4bfe4bdbe |
UHC | 轝뚮Ŀ佾 | 1110011010101100100011001110101110101000101010001110110011101011 | e6ac8ceba8a8eceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)