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 | セュ質セュ | 101111101010110110001110101111111011111010101101 | bead8ebfbead |
EUC-JP | セュ質セュ | 10001110101111101000111010101101101111001100000110001110101111101000111010101101 | 8ebe8eadbcc18ebe8ead |
UTF-8 | セュ質セュ | 111011111011110110111110111011111011110110101101111010001011001110101010111011111011110110111110111011111011110110101101 | efbdbeefbdade8b3aaefbdbeefbdad |
UHC | ??質?? | 001111110011111111110010111101010011111100111111 | 3f3ff2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)