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 | 룵핊ß\ | 111010111010001110110101111011011001010110001010110000111001111101011100 | eba3b5ed958ac39f5c |
UHC | 룵핊ß\ | 10001111101010101100000010001111101010011010110001011100 | 8faac08fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)