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 | èä¯l | 11101000111001001010111101101100 | e8e4af6c |
SJIS-WIN | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
EUC-JP | èä¯l | 10001111101010111011001010001111101010111010001110001111101000101011010001101100 | 8fabb28faba38fa2b46c |
UTF-8 | èä¯l | 11000011101010001100001110100100110000101010111101101100 | c3a8c3a4c2af6c |
UHC | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)