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 | ツ堕陳陛オ | 1100001010010001110000101001001011000010100101011100001110110101 | c291c292c295c3b5 |
EUC-JP | ツ堕陳陛オ | 10001110110000101100001011000100110001001100010011001010110001011000111010110101 | 8ec2c2c4c4c4cac58eb5 |
UTF-8 | ツ堕陳陛オ | 111011111011111010000010111001011010000010010101111010011001100110110011111010011001100110011011111011111011110110110101 | efbe82e5a095e999b3e9999befbdb5 |
UHC | ??陳陛? | 00111111001111111111001011100111111110001100111000111111 | 3f3ff2e7f8ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)