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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辯∝ョ、^ | 11100111100001111000000111100101101011101010010001011110 | e78781e5aea45e |
EUC-JP | 辯∝ョ、^ | 111011011110011110100010111001111000111010101110100011101010010001011110 | ede7a2e78eae8ea45e |
UTF-8 | 辯∝ョ、^ | 11101000101111101010111111100010100010001001110111101111101111011010111011101111101111011010010001011110 | e8beafe2889defbdaeefbda45e |
UHC | 辯∝??^ | 11011100101010101010000111110000001111110011111101011110 | dcaaa1f03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)