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 | 驢ッ逋ゥ螻 | 1110100110000110101011111110011110011001101010011110010110110001 | e986afe799a9e5b1 |
EUC-JP | 驢ッ逋ゥ螻 | 11110001111001101000111010101111111011011111100110001110101010011110101010110011 | f1e68eafedf98ea9eab3 |
UTF-8 | 驢ッ逋ゥ螻 | 111010011010100110100010111011111011110110101111111010011000000010001011111011111011110110101001111010001001111010111011 | e9a9a2efbdafe9808befbda9e89ebb |
UHC | 驢?逋?? | 11010101111100000011111111111000111001110011111100111111 | d5f03ff8e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)