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 | 뤽ñ] | 1110101110100100101111011111000101011101 | eba4bdf15d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ë¤?ñ] | 1000111110101011101100111000111110100010111100000011111110001111101010111101000001011101 | 8fabb38fa2f03f8fabd05d |
UTF-8 | 뤽ñ] | 110000111010101111000010101001001100001010111101110000111011000101011101 | c3abc2a4c2bdc3b15d |
UHC | ?¤½?] | 00111111101000101011010010101000111101100011111101011101 | 3fa2b4a8f63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)