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 | 症贇骼ョセ | 1000111111000111111001101101010011101001100011101010111010111110 | 8fc7e6d4e98eaebe |
EUC-JP | 症贇骼ョセ | 10111110110010011110110011010110111100011110111010001110101011101000111010111110 | bec9ecd6f1ee8eae8ebe |
UTF-8 | 症贇骼ョセ | 111001111001011110000111111010001011010010000111111010011010101010111100111011111011110110101110111011111011110110111110 | e79787e8b487e9aabcefbdaeefbdbe |
UHC | 症贇??? | 11110001111110001110101111001011001111110011111100111111 | f1f8ebcb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)