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 | 中???贈 | 10010010100001100011111100111111001111111001000110100001 | 92863f3f3f91a1 |
EUC-JP | 中???贈 | 11000011111001100011111100111111001111111100001010100011 | c3e63f3f3fc2a3 |
UTF-8 | 中쭹렜렎贈 | 111001001011100010101101111011001010110110111001111010111010000010011100111010111010000010001110111010001011010010001000 | e4b8adecadb9eba09ceba08ee8b488 |
UHC | 中쭹렜렎贈 | 11110001111010011100001011100111100011101010111010001110101001001111000111111100 | f1e9c2e78eae8ea4f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)