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 | 簑蜚\ | 1110001011000000111001011001010001011100 | e2c0e5945c |
EUC-JP | 簑蜚\ | 1110010011000010111010011111010001011100 | e4c2e9f45c |
UTF-8 | 簑蜚\ | 11100111101100001001000111101000100111001001101001011100 | e7b091e89c9a5c |
UHC | ?蜚\ | 00111111110111101010010001011100 | 3fdea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)