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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 治鴆 | 111100001010110110001110101000011110100111101111 | f0ad8ea1e9ef |
EUC-JP | ?治鴆 | 0011111110111100101000111111001011110001 | 3fbca3f2f1 |
UTF-8 | 治鴆 | 111011101000000110101100111001101011001010111011111010011011010010000110 | ee81ace6b2bbe9b486 |
UHC | ?治? | 00111111111101101011110100111111 | 3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)