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 | 珣菽\ | 1111101101100011111001001100000101011100 | fb63e4c15c |
EUC-JP | 珣菽\ | 100011111100101111110100111010001100001101011100 | 8fcbf4e8c35c |
UTF-8 | 珣菽\ | 11100111100011111010001111101000100011111011110101011100 | e78fa3e88fbd5c |
UHC | 珣菽\ | 1110001011101001111000101101110101011100 | e2e9e2dd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)