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 | ??ß\ | 00111111001111111101111101011100 | 3f3fdf5c |
SJIS-WIN | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
EUC-JP | ??ß\ | 001111110011111110001111101010011100111001011100 | 3f3f8fa9ce5c |
UTF-8 | 룶죴ß\ | 111010111010001110110110111011001010001110110100110000111001111101011100 | eba3b6eca3b4c39f5c |
UHC | 룶죴ß\ | 10001111101010111010000110001111101010011010110001011100 | 8faba18fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)