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 | 驢ャ逑嬢恤 | 111010011000011010101100111001111001001110001111111011001001110010010101 | e986ace7938fec9c95 |
EUC-JP | 驢ャ逑嬢恤 | 11110001111001101000111010101100111011011111001110111110111011101101011111110101 | f1e68eacedf3beeed7f5 |
UTF-8 | 驢ャ逑嬢恤 | 111010011010100110100010111011111011110110101100111010011000000010010001111001011010110010100010111001101000000110100100 | e9a9a2efbdace98091e5aca2e681a4 |
UHC | 驢?逑?恤 | 1101010111110000001111111100111111000111001111111111110111010001 | d5f03fcfc73ffdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)