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 | ìñÎë·ú^ | 11101100111100011100111011101011101101111111101001011110 | ecf1ceebb7fa5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ìñÎë?ú^ | 1000111110101011110000001000111110101011110100001000111110101010110000101000111110101011101100110011111110001111101010111110001001011110 | 8fabc08fabd08faac28fabb33f8fabe25e |
UTF-8 | ìñÎë·ú^ | 11000011101011001100001110110001110000111000111011000011101010111100001010110111110000111011101001011110 | c3acc3b1c38ec3abc2b7c3ba5e |
UHC | ????·?^ | 0011111100111111001111110011111110100001101001000011111101011110 | 3f3f3f3fa1a43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)