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 | 症贇鰡ヌ | 100011111100011111100110110101001110100111011101111101111000111111000111 | 8fc7e6d4e9ddf78fc7 |
EUC-JP | 症贇鰡?ヌ | 101111101100100111101100110101101111001011011111001111111000111011000111 | bec9ecd6f2df3f8ec7 |
UTF-8 | 症贇鰡ヌ | 111001111001011110000111111010001011010010000111111010011011000010100001111011101001010110110010111011111011111010000111 | e79787e8b487e9b0a1ee95b2efbe87 |
UHC | 症贇??? | 11110001111110001110101111001011001111110011111100111111 | f1f8ebcb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)