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 | 迯é | 1110100010111111101011111110100110011011 | e8bfafe99b |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 迯é? | 10001111101010111011001010001111101000101100010010001111101000101011010010001111101010111011000100111111 | 8fabb28fa2c48fa2b48fabb13f |
UTF-8 | 迯é | 11000011101010001100001010111111110000101010111111000011101010011100001010011011 | c3a8c2bfc2afc3a9c29b |
UHC | ?¿??? | 001111111010001010101111001111110011111100111111 | 3fa2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)