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 | èï×íB | 1110100011101111110101111110110101000010 | e8efd7ed42 |
SJIS-WIN | ??×?B | 001111110011111110000001011111100011111101000010 | 3f3f817e3f42 |
EUC-JP | èï×íB | 100011111010101110110010100011111010101111000001101000011101111110001111101010111011111101000010 | 8fabb28fabc1a1df8fabbf42 |
UTF-8 | èï×íB | 110000111010100011000011101011111100001110010111110000111010110101000010 | c3a8c3afc397c3ad42 |
UHC | ??×?B | 001111110011111110100001101111110011111101000010 | 3f3fa1bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)