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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章サエョツ゚ | 10001111110011011011101110110100101011101100001011011111 | 8fcdbbb4aec2df |
EUC-JP | 章サエョツ゚ | 101111101100111110001110101110111000111010110100100011101010111010001110110000101000111011011111 | becf8ebb8eb48eae8ec28edf |
UTF-8 | 章サエョツ゚ | 111001111010101110100000111011111011110110111011111011111011110110110100111011111011110110101110111011111011111010000010111011111011111010011111 | e7aba0efbdbbefbdb4efbdaeefbe82efbe9f |
UHC | 章????? | 11101101111100010011111100111111001111110011111100111111 | edf13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)