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 | タオ贍イテ | 110000001011010111100110110101101011001011000011 | c0b5e6d6b2c3 |
EUC-JP | タオ贍イテ | 10001110110000001000111010110101111011001101100010001110101100101000111011000011 | 8ec08eb5ecd88eb28ec3 |
UTF-8 | タオ贍イテ | 111011111011111010000000111011111011110110110101111010001011010010001101111011111011110110110010111011111011111010000011 | efbe80efbdb5e8b48defbdb2efbe83 |
UHC | ??贍?? | 001111110011111111100000111010110011111100111111 | 3f3fe0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)