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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???’∫^ | 0011111100111111001111111000000101100110100000011110011101011110 | 3f3f3f816681e75e |
EUC-JP | ???’∫^ | 0011111100111111001111111010000111000111101000101110100101011110 | 3f3f3fa1c7a2e95e |
UTF-8 | 룫혧◐’∫^ | 11101011101000111010101111101101100110001010011111100010100101111001000011100010100000001001100111100010100010001010101101011110 | eba3abed98a7e29790e28099e288ab5e |
UHC | 룫혧◐’∫^ | 1000111110100010110000101000111110100010110001001010000110101111101000011111001001011110 | 8fa2c28fa2c4a1afa1f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)