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 | ë¨ìº | 111010111010100010001011111011001000110010111010 | eba88bec8cba |
SJIS-WIN | ?¨???? | 00111111100000010100111000111111001111110011111100111111 | 3f814e3f3f3f3f |
EUC-JP | �� | 10001111101010111011001110100001101011110011111110001111101010111100000000111111100011111010001011101011 | 8fabb3a1af3f8fabc03f8fa2eb |
UTF-8 | ë¨ìº | 110000111010101111000010101010001100001010001011110000111010110011000010100011001100001010111010 | c3abc2a8c28bc3acc28cc2ba |
UHC | ?¨???º | 0011111110100001101001110011111100111111001111111010100010101100 | 3fa1a73f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)