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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褫耶薗粤械 | 11100101111100111001011011101011100010011001001011100010111000111000101001000010 | e5f396eb8992e2e38a42 |
EUC-JP | 褫耶薗粤械 | 11101010111101011100110011101101101100011111001011100100111001011011001110100011 | eaf5ccedb1f2e4e5b3a3 |
UTF-8 | 褫耶薗粤械 | 111010001010010010101011111010001000000010110110111010001001011010010111111001111011001010100100111001101010001010110000 | e8a4abe880b6e89697e7b2a4e6a2b0 |
UHC | ?耶??械 | 00111111111001011010110100111111001111111100110011111110 | 3fe5ad3f3fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)