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 | 巐耶讌ケ巐 | 111110101011011010010110111010111110011010100101101110011111101010110110 | fab696ebe6a5b9fab6 |
EUC-JP | 巐耶讌ケ巐 | 100011111011101111111001110011001110110111101100101001111000111010111001100011111011101111111001 | 8fbbf9ccedeca78eb98fbbf9 |
UTF-8 | 巐耶讌ケ巐 | 111001011011011110010000111010001000000010110110111010001010111010001100111011111011110110111001111001011011011110010000 | e5b790e880b6e8ae8cefbdb9e5b790 |
UHC | ?耶??? | 001111111110010110101101001111110011111100111111 | 3fe5ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)