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 | 阮コ騾ク髮 | 1110100010010110101110101110100110000000101110001110100110011011 | e896bae980b8e99b |
EUC-JP | 阮コ騾ク髮 | 11101111111101101000111010111010111100011110000010001110101110001111000111111011 | eff68ebaf1e08eb8f1fb |
UTF-8 | 阮コ騾ク髮 | 111010011001100010101110111011111011110110111010111010011010100010111110111011111011110110111000111010011010101110101110 | e998aeefbdbae9a8beefbdb8e9abae |
UHC | 阮???髮 | 11101000110101100011111100111111001111111101101110100101 | e8d63f3f3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)