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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 浯滓イサ奝伜 | 11111010111111001001111111100110101100101011101111111010101000101001100011100101 | fafc9fe6b2bbfaa298e5 |
EUC-JP | 浯滓イサ奝伜 | 1000111111000111110000111101111011101000100011101011001010001110101110111000111110111000111110001101000011100111 | 8fc7c3dee88eb28ebb8fb8f8d0e7 |
UTF-8 | 浯滓イサ奝伜 | 111001101011010110101111111001101011101110010011111011111011110110110010111011111011110110111011111001011010010110011101111001001011110010011100 | e6b5afe6bb93efbdb2efbdbbe5a59de4bc9c |
UHC | ?滓???? | 00111111111011101010101100111111001111110011111100111111 | 3feeab3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)