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 | 骼縫骼縫^ | 111010011000111010010110010001001110100110001110100101100100010001011110 | e98e9644e98e96445e |
EUC-JP | 骼縫骼縫^ | 111100011110111011001011101001011111000111101110110010111010010101011110 | f1eecba5f1eecba55e |
UTF-8 | 骼縫骼縫^ | 11101001101010101011110011100111101110001010101111101001101010101011110011100111101110001010101101011110 | e9aabce7b8abe9aabce7b8ab5e |
UHC | ?縫?縫^ | 00111111110111001110111000111111110111001110111001011110 | 3fdcee3fdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)