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 | 驕泌「怜「 | 1110100110000001100101001110010110100010100101111110010110100010 | e98194e5a297e5a2 |
EUC-JP | 驕泌「怜「 | 11110001111000011100100011100111100011101010001011001110111001111000111010100010 | f1e1c8e78ea2cee78ea2 |
UTF-8 | 驕泌「怜「 | 111010011010100110010101111001101011001110001100111011111011110110100010111001101000000010011100111011111011110110100010 | e9a995e6b38cefbda2e6809cefbda2 |
UHC | 驕泌?怜? | 1100111011110110111110011011001000111111110101101011101100111111 | cef6f9b23fd6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)