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 | 驕ュ隍尖絡 | 111010011000000110101101111010001010010010010000111010111001011110001101 | e981ade8a490eb978d |
EUC-JP | 驕ュ隍尖絡 | 11110001111000011000111010101101111100001010011011000000111011011100110111101101 | f1e18eadf0a6c0edcded |
UTF-8 | 驕ュ隍尖絡 | 111010011010100110010101111011111011110110101101111010011001101010001101111001011011000010010110111001111011010110100001 | e9a995efbdade99a8de5b096e7b5a1 |
UHC | 驕?隍尖絡 | 110011101111011000111111111111001101101111110100110100111101010110101001 | cef63ffcdbf4d3d5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)