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 | 陬ィツー蠢 | 11101000101000111010100011000010101100001110010110111111 | e8a3a8c2b0e5bf |
EUC-JP | 陬ィツー蠢 | 11110000101001011000111010101000100011101100001010001110101100001110101011000001 | f0a58ea88ec28eb0eac1 |
UTF-8 | 陬ィツー蠢 | 111010011001100110101100111011111011110110101000111011111011111010000010111011111011110110110000111010001010000010100010 | e999acefbda8efbe82efbdb0e8a0a2 |
UHC | ????蠢 | 001111110011111100111111001111111111000111100011 | 3f3f3f3ff1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)