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 | ????d^ | 001111110011111100111111001111110110010001011110 | 3f3f3f3f645e |
SJIS-WIN | 魄冗ォコd^ | 1110100110101110100011111110011110101011101110100110010001011110 | e9ae8fe7abba645e |
EUC-JP | 魄冗ォコd^ | 11110010101100001011111011101001100011101010101110001110101110100110010001011110 | f2b0bee98eab8eba645e |
UTF-8 | 魄冗ォコd^ | 1110100110101101100001001110010110000110100101111110111110111101101010111110111110111101101110100110010001011110 | e9ad84e58697efbdabefbdba645e |
UHC | 魄冗??d^ | 1101101111011110111010011011011100111111001111110110010001011110 | dbdee9b73f3f645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)