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 | 驍ッ螫「讌 | 1110100110000010101011111110010110101100101000101110011010100101 | e982afe5aca2e6a5 |
EUC-JP | 驍ッ螫「讌 | 11110001111000101000111010101111111010101010111010001110101000101110110010100111 | f1e28eafeaae8ea2eca7 |
UTF-8 | 驍ッ螫「讌 | 111010011010100110001101111011111011110110101111111010001001111010101011111011111011110110100010111010001010111010001100 | e9a98defbdafe89eabefbda2e8ae8c |
UHC | 驍???? | 111111011010010000111111001111110011111100111111 | fda43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)