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 | 髦ッ謌頑キ | 1110100110011000101011111110011010001000100010101110011010110111 | e998afe6888ae6b7 |
EUC-JP | 髦ッ謌頑キ | 11110001111110001000111010101111111010111110100010110100111010001000111010110111 | f1f88eafebe8b4e88eb7 |
UTF-8 | 髦ッ謌頑キ | 111010011010101110100110111011111011110110101111111010001010110010001100111010011010000010010001111011111011110110110111 | e9aba6efbdafe8ac8ce9a091efbdb7 |
UHC | ???頑? | 001111110011111100111111111010001101011100111111 | 3f3f3fe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)