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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔э臭絨 | 1110010101001011100001001000111110001111010011001110001101001111 | e54b848f8f4ce34f |
EUC-JP | 薔э臭絨 | 1110100110101100101001111110111110111101101011011110010110110000 | e9aca7efbdade5b0 |
UTF-8 | 薔э臭絨 | 1110100010010110100101001101000110001101111010001000011110101101111001111011010110101000 | e89694d18de887ade7b5a8 |
UHC | 薔э臭絨 | 1110110111111001101011001110111111110110101010111110101111010110 | edf9aceff6abebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)