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 | 辷オ霆ク鬆 | 1110011110001000101101011110100010111011101110001110100110100000 | e788b5e8bbb8e9a0 |
EUC-JP | 辷オ霆ク鬆 | 11101101111010001000111010110101111100001011110110001110101110001111001010100010 | ede88eb5f0bd8eb8f2a2 |
UTF-8 | 辷オ霆ク鬆 | 111010001011111010110111111011111011110110110101111010011001110010000110111011111011110110111000111010011010110010000110 | e8beb7efbdb5e99c86efbdb8e9ac86 |
UHC | ??霆?? | 001111110011111111101111111111010011111100111111 | 3f3feffd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)