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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 焏臭\ | 1111101101010011100011110100110001011100 | fb538f4c5c |
EUC-JP | 焏臭\ | 100011111100100111101001101111011010110101011100 | 8fc9e9bdad5c |
UTF-8 | 焏臭\ | 11100111100001001000111111101000100001111010110101011100 | e7848fe887ad5c |
UHC | ?臭\ | 00111111111101101010101101011100 | 3ff6ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)